mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
printf: replace %#v with the more explicit %q
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -264,7 +264,7 @@ func NewHTTPFs(connectionID, localTempDir, mountPath string, config HTTPFsConfig
|
||||
|
||||
// Name returns the name for the Fs implementation
|
||||
func (fs *HTTPFs) Name() string {
|
||||
return fmt.Sprintf("%v %#v", httpFsName, fs.config.Endpoint)
|
||||
return fmt.Sprintf("%v %q", httpFsName, fs.config.Endpoint)
|
||||
}
|
||||
|
||||
// ConnectionID returns the connection ID associated to this Fs implementation
|
||||
|
||||
Reference in New Issue
Block a user