Skip to content

Commit

Permalink
add check server time
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyale committed Sep 9, 2021
1 parent 9e0b953 commit 128cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func RPCGetNodeSetting() *models.NodeShareSetting {
rpcObject.Object = &models.NodeShareSetting{
SyncInterval: time.Duration(120) * time.Second,
}
utils.DebugPrintln("RPCGetNodeSetting failed, please check the network and server time")
utils.DebugPrintln("RPCGetNodeSetting failed, please check config.json and server time")
}
return rpcObject.Object
}

0 comments on commit 128cb09

Please sign in to comment.