diff --git a/src/Core/Exe.cpp b/src/Core/Exe.cpp index 81c859310..288150400 100644 --- a/src/Core/Exe.cpp +++ b/src/Core/Exe.cpp @@ -140,7 +140,7 @@ Exe::Exe(const char *x_szFilename) goto cleanup; } - printf("OK\n", v); + printf("OK\n"); } } @@ -184,7 +184,7 @@ Exe::Exe(const char *x_szFilename) } } - printf("Exe::Exe: Exe was successfully opened.\n", x_szFilename); + printf("Exe::Exe: Exe (%s) was successfully opened.\n", x_szFilename); cleanup: