Add version string to debug startup message

s3-about
Nick Craig-Wood 2016-06-03 23:08:14 +01:00
parent e2788aa729
commit f15e7e89d2
1 changed files with 1 additions and 1 deletions

View File

@ -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 != "" {