This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
when debugging flush to get messages out timely...
tags/ggatessh-v1.0.0
John-Mark Gurney
4 years ago
parent
8c7209fe1b
commit
dbf3c5c767
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
shared/ggate.c
+ 1
- 0
shared/ggate.c
View File
@@ -93,6 +93,7 @@ g_gate_vlog(int priority, const char *message, va_list ap)
printf("%s: ", prefix);
vprintf(message, ap);
printf("\n");
fflush(stdout);
} else {
if (priority != LOG_DEBUG)
vsyslog(priority, message, ap);
Write
Preview
Loading…
Cancel
Save