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:
parent
e2788aa729
commit
f15e7e89d2
@ -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…
x
Reference in New Issue
Block a user