Skip to content

Commit 2eb72fe

Browse files
committed
use fprint in DEV7Monitor
1 parent 5ede59f commit 2eb72fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools-win/DEV7Monitor/DEV7Monitor/DEV7Monitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void startLoader7() {
4848
ZeroMemory(&pi, sizeof(pi));
4949

5050
if (!CreateProcessW(NULL, const_cast<LPWSTR>(command.c_str()), NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) {
51-
wcerr << L"Failed to start Loader7.exe." << endl; // Use wcerr for wide-character output
51+
fprintf(stderr, "Failed to start Loader7.exe.");
5252
}
5353
else {
5454
CloseHandle(pi.hProcess);

0 commit comments

Comments
 (0)