Why was that even turned off

feature/node-rewrite
Sven Slootweg 12 years ago
parent e44a0d4645
commit 587072fceb

@ -20,19 +20,19 @@ if($result = mysql_query_cached("SELECT * FROM containers"))
{
$sContainer = new Container($row);
//try
//{
try
{
$sContainer->UpdateTraffic();
//}
//catch (ContainerTrafficRetrieveException $e)
/*{
}
catch (ContainerTrafficRetrieveException $e)
{
if($sContainer->sCurrentStatus == CVM_STATUS_STARTED)
{
// This is not supposed to fail, as the container is running.
// Something shady going on.
// TODO: Log exception
}
}*/
}
}
}
?>

Loading…
Cancel
Save