summaryrefslogtreecommitdiff
path: root/wait.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wait.cpp')
-rw-r--r--wait.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wait.cpp b/wait.cpp
index 1987858..c1bfa00 100644
--- a/wait.cpp
+++ b/wait.cpp
@@ -363,7 +363,7 @@ bool WaitObjectContainer::Wait(unsigned long milliseconds)
else if (result == 0)
return timeoutIsScheduledEvent;
else
- throw Err("WaitObjectContainer: select failed with error " + errno);
+ throw Err("WaitObjectContainer: select failed with error " + IntToString(errno));
}
#endif