mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
model: Actually print folder description in "Overriding" log message
This commit is contained in:
parent
5565afdd9f
commit
4142a431b5
@ -92,7 +92,7 @@ func (f *sendOnlyFolder) Override() {
|
||||
}
|
||||
|
||||
func (f *sendOnlyFolder) override() {
|
||||
l.Infof("Overriding global state on folder %v", f.Description)
|
||||
l.Infoln("Overriding global state on folder", f.Description())
|
||||
|
||||
f.setState(FolderScanning)
|
||||
defer f.setState(FolderIdle)
|
||||
|
Loading…
Reference in New Issue
Block a user