Browse Source

Change errNoDevice message to something more human

Audrius Butkevicius 10 years ago
parent
commit
f629a998a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/model/rwfolder.go

+ 1 - 1
lib/model/rwfolder.go

@@ -49,7 +49,7 @@ const retainBits = os.ModeSetgid | os.ModeSetuid | os.ModeSticky
 
 var (
 	activity    = newDeviceActivity()
-	errNoDevice = errors.New("no available source device")
+	errNoDevice = errors.New("peers who had this file went away, or the file has changed while syncing. will retry later.")
 )
 
 const (