mirror of
https://github.com/rclone/rclone.git
synced 2025-04-08 07:40:24 +08: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()
|
fs.LoadConfig()
|
||||||
|
|
||||||
// Write the args for debug purposes
|
// 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
|
// Setup CPU profiling if desired
|
||||||
if *cpuProfile != "" {
|
if *cpuProfile != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user