summaryrefslogtreecommitdiff
path: root/src/main/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/util.cpp')
-rw-r--r--src/main/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/util.cpp b/src/main/util.cpp
index c59e398f5..eb360818b 100644
--- a/src/main/util.cpp
+++ b/src/main/util.cpp
@@ -91,7 +91,7 @@ void segv_handler(int sig, siginfo_t* info, void* c) {
abort();
} else {
fprintf(stderr, "Spinning so that a debugger can be connected.\n");
- fprintf(stderr, "Try: gdb %s %u\n", progName, getpid());
+ cerr << "Try: gdb " << progName << " " << getpid() << endl;
for(;;) {
sleep(60);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback