From f15e7e89d2e04a9697034e9024e0c6ac189539e9 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 3 Jun 2016 23:08:14 +0100 Subject: [PATCH] Add version string to debug startup message --- rclone.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone.go b/rclone.go index 5d1c8d226..8186b3797 100644 --- a/rclone.go +++ b/rclone.go @@ -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 != "" {