diff --git a/client/common/cmdline.c b/client/common/cmdline.c index b8bccdc37..430c90b7d 100644 --- a/client/common/cmdline.c +++ b/client/common/cmdline.c @@ -5845,7 +5845,7 @@ static BOOL args_from_env(const char* name, int* aargc, char** aargv[], const ch goto cleanup; if (rc == 0) { - WLog_ERR(TAG, "%s - environment variable '%s' is empty", arg); + WLog_ERR(TAG, "environment variable '%s' is empty", arg); goto cleanup; } }