From: Ian Jackson Date: Sat, 4 Jul 2009 17:29:18 +0000 (+0100) Subject: Improve some messages X-Git-Tag: 1.9.2~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=commitdiff_plain;h=aa5457a957d4089f631307715949e4d4d2fad60c;p=ypp-sc-tools.db-live.git Improve some messages --- diff --git a/pctb/commod-results-processor b/pctb/commod-results-processor index 3ea53be..e391e47 100755 --- a/pctb/commod-results-processor +++ b/pctb/commod-results-processor @@ -449,7 +449,7 @@ sub main__upload () { ] }; - print STDERR "Uploading data to server...\n"; + print STDERR "Uploading data to $pctb...\n"; my $resp= $ua->post("$url", Content => $content, Content_Type => 'form-data'); diff --git a/pctb/structure.c b/pctb/structure.c index 9d92877..3a29760 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -96,7 +96,6 @@ static void mustfail1(const char *file, int line, const char *what) { "Unable to figure out contents of YPP client display.\n" "Please check the following:\n" " * YPP client is showing commodity listing screen\n" - " * YPP client has antialiased text turned off (Ye / Options / General)\n" " * YPP client window is on top (we try to raise it but your window\n" " manager might have prevented that from succeeding)\n" " * Your X display is 24bpp (NB some VNC servers use 16bpp by default)\n"