forked from TrueCloudLab/rclone
Add version string to debug startup message
This commit is contained in:
parent
e2788aa729
commit
f15e7e89d2
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ func main() {
|
|||
fs.LoadConfig()
|
||||
|
||||
// Write the args for debug purposes
|
||||
fs.Debug("rclone", "Starting with parameters %q", os.Args)
|
||||
fs.Debug("rclone", "Version %q starting with parameters %q", fs.Version, os.Args)
|
||||
|
||||
// Setup CPU profiling if desired
|
||||
if *cpuProfile != "" {
|
||||
|
|
Loading…
Reference in a new issue