summaryrefslogtreecommitdiffstats
path: root/x11vnc/user.c
diff options
context:
space:
mode:
authorrunge <runge>2006-07-12 02:51:07 +0000
committerrunge <runge>2006-07-12 02:51:07 +0000
commitd7d55ec8adb20473943d0a26b949534e003c723b (patch)
tree4300b8ce61f5e91d5c8347b4e4ff013cfb151985 /x11vnc/user.c
parent0abd329d6a8dd17b6d0cd28a8f49607c3b03af45 (diff)
downloadlibtdevnc-d7d55ec8adb20473943d0a26b949534e003c723b.tar.gz
libtdevnc-d7d55ec8adb20473943d0a26b949534e003c723b.zip
x11vnc: wording changes; remove "-rawfb cons" in favor of "console"
Diffstat (limited to 'x11vnc/user.c')
-rw-r--r--x11vnc/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/user.c b/x11vnc/user.c
index c08f27c..3c51fc2 100644
--- a/x11vnc/user.c
+++ b/x11vnc/user.c
@@ -1152,7 +1152,7 @@ int wait_for_client(int *argc, char** argv, int http) {
if (!strcmp(argv[i], "-desktop")) {
dt = 1;
}
- if (1) fprintf(stderr, "args %d %s\n", i, argv[i]);
+ if (db) fprintf(stderr, "args %d %s\n", i, argv[i]);
}
str = strdup(use_dpy);