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