mirror of
https://github.com/rancher/os.git
synced 2025-09-28 14:05:03 +00:00
Fix logs output of the tftp datasource
This commit is contained in:
@@ -55,7 +55,7 @@ func (f *RemoteFile) Finish() error {
|
||||
}
|
||||
|
||||
func (f *RemoteFile) String() string {
|
||||
return fmt.Sprintf("%s: %s%s (lastError: %v)", f.Type(), f.host, f.path, f.lastError)
|
||||
return fmt.Sprintf("%s, host:%s, path:%s (lastError: %v)", f.Type(), f.host, f.path, f.lastError)
|
||||
}
|
||||
|
||||
func (f *RemoteFile) AvailabilityChanges() bool {
|
||||
|
Reference in New Issue
Block a user