X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Fdictionary-update-receiver;h=25cdf0a71d249ce458c976c43aa35250ca704400;hb=64063c86071bbfc2de0fe032e372e1321c4b34e5;hp=24e7c672a750ed34170d195a11b70e3a20357b2d;hpb=c2256b56c876ef5bdc305e5af029c8348ce8a5f9;p=ypp-sc-tools.db-live.git diff --git a/pctb/dictionary-update-receiver b/pctb/dictionary-update-receiver index 24e7c67..25cdf0a 100755 --- a/pctb/dictionary-update-receiver +++ b/pctb/dictionary-update-receiver @@ -164,7 +164,9 @@ sub pipeval ($@) { my $version= param('version'); my $spec_aadepth= param('depth'); if ($version ne '3' || $spec_aadepth ne $aadepth) { - print header('text/plain','403 YPP SC PCTB client is out of date'); + print header('text/plain', + "403 YPP SC PCTB client is out of date". + " ($version, $spec_aadepth)"); print "\nYour YPP SC client is out of date.\n"; exit 0; }