diff --git a/pipe-to-python-samples/main.cpp b/pipe-to-python-samples/main.cpp index 47e56271..f30bbc39 100644 --- a/pipe-to-python-samples/main.cpp +++ b/pipe-to-python-samples/main.cpp @@ -211,7 +211,7 @@ DWORD WINAPI InstanceThread(LPVOID lpvParam) { if (GetLastError() == ERROR_BROKEN_PIPE) { - _tprintf(TEXT("InstanceThread: client disconnected.\n"), GetLastError()); + _tprintf(TEXT("InstanceThread: client disconnected, GLE=%d.\n"), GetLastError()); } else {