mirror of
https://github.com/tuna/tunasync.git
synced 2026-07-07 22:54:20 +08:00
chore: fix typo, close #203
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
@@ -40,7 +40,7 @@ func startManager(c *cli.Context) error {
|
||||
|
||||
m := manager.GetTUNASyncManager(cfg)
|
||||
if m == nil {
|
||||
logger.Errorf("Error intializing TUNA sync worker.")
|
||||
logger.Errorf("Error intializing TUNA sync manager.")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user