From aa5457a957d4089f631307715949e4d4d2fad60c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2009 18:29:18 +0100 Subject: [PATCH] Improve some messages --- pctb/commod-results-processor | 2 +- pctb/structure.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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" -- 2.30.2