Committer: vad
LJSV-1591: Remove XML RPC message from remotelogU trunk/cgi-bin/Apache/LiveJournal.pm
Modified: trunk/cgi-bin/Apache/LiveJournal.pm =================================================================== --- trunk/cgi-bin/Apache/LiveJournal.pm 2011-07-07 08:42:27 UTC (rev 19451) +++ trunk/cgi-bin/Apache/LiveJournal.pm 2011-07-07 09:19:25 UTC (rev 19452) @@ -2261,7 +2261,10 @@ ## 305: Client error: Action forbidden; account is suspended. at ## They are useless for Ops, but, yes, they can be useful for engineering debug. ## - warn "LJ::XMLRPC::$method died: $@" unless $@ =~ /^\d+?\s*:/; + warn "LJ::XMLRPC::$method died: $@" + if $@ !~ /^\d+?\s*:/ + and $@ ne "Account not validated." + and $@ ne "Unknown username."; die $@; }