chiark / gitweb /
Version protocol better error message
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 4 Jul 2009 19:22:54 +0000 (20:22 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 4 Jul 2009 19:22:54 +0000 (20:22 +0100)
pctb/dictionary-update-receiver

index 25a6dfc3639a840edbb7b045341b1cdac241d3c6..24e7c672a750ed34170d195a11b70e3a20357b2d 100755 (executable)
@@ -164,7 +164,7 @@ sub pipeval ($@) {
 my $version= param('version');
 my $spec_aadepth= param('depth');
 if ($version ne '3'  ||  $spec_aadepth ne $aadepth) {
-    print header('text/plain','403 Client out of date');
+    print header('text/plain','403 YPP SC PCTB client is out of date');
     print "\nYour YPP SC client is out of date.\n";
     exit 0;
 }