Committer: vad
LJSUP-12075: remove from LJ::MemCache the warning that connection was established from another PIDU trunk/cgi-bin/LJ/MemCache.pm
Modified: trunk/cgi-bin/LJ/MemCache.pm =================================================================== --- trunk/cgi-bin/LJ/MemCache.pm 2012-05-23 11:51:06 UTC (rev 22039) +++ trunk/cgi-bin/LJ/MemCache.pm 2012-05-23 12:32:33 UTC (rev 22040) @@ -229,7 +229,7 @@ if ($connections{$server} && $connections_pid{$server} ne $$) { warn "Connection to $server was established from other PID: old=$connections_pid{$server}, cur=$$" - unless $LJ::IS_DEV_SERVER; + if $LJ::IS_DEV_SERVER; my $old_handler = delete $connections{$server}; $old_handler->disconnect_all;