# # # patch "std_hooks.lua" # from [f2fb2d3bcad08213e0dd713bb07abd235a1d68fe] # to [aad54241b7908af7dadd389a82cdaff2c31bbe12] # ============================================================ --- std_hooks.lua f2fb2d3bcad08213e0dd713bb07abd235a1d68fe +++ std_hooks.lua aad54241b7908af7dadd389a82cdaff2c31bbe12 @@ -1212,7 +1212,7 @@ function get_netsync_connect_command(uri table.insert(argv, get_mtn_command(uri["host"])) if args["debug"] then - table.insert(argv, "--debug") + table.insert(argv, "--verbose") else table.insert(argv, "--quiet") end