diff options
author | runge <runge> | 2006-07-12 02:51:07 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-12 02:51:07 +0000 |
commit | d7d55ec8adb20473943d0a26b949534e003c723b (patch) | |
tree | 4300b8ce61f5e91d5c8347b4e4ff013cfb151985 /x11vnc/user.c | |
parent | 0abd329d6a8dd17b6d0cd28a8f49607c3b03af45 (diff) | |
download | libtdevnc-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.c | 2 |
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); |