diff options
Diffstat (limited to 'vncterm/VNCommand.c')
-rw-r--r-- | vncterm/VNCommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncterm/VNCommand.c b/vncterm/VNCommand.c index 7292350..358aa1f 100644 --- a/vncterm/VNCommand.c +++ b/vncterm/VNCommand.c @@ -35,7 +35,7 @@ int main(int argc, char **argv) if(programArg0<argc) { int in[2],out[2],err[2],pid; if(pipe(in)<0 || pipe(out)<0 || pipe(err)<0) { - rfbLog("Couldn't make pipes!"); + rfbErr("Couldn't make pipes!"); return(1); } |