Why was that even turned off

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

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

Loading…
Cancel
Save