1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00

Add version string to debug startup message

This commit is contained in:
Nick Craig-Wood 2016-06-03 23:08:14 +01:00
parent e2788aa729
commit f15e7e89d2

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