Skip to content

Commit

Permalink
Increase logging for Smokeping graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jan 21, 2014
1 parent 74a020e commit b56da51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/SmokepingController.php
Expand Up @@ -174,7 +174,7 @@ function retrieveImageAction()

$filename = "{$ixp->getSmokeping()}/?displaymode=a;start=now-{$scale};end=now;target={$target}";

$this->getLogger()->debug( "Serving Smokeping {$target} to {$this->getUser()->getUsername()}" );
$this->getLogger()->debug( "Serving Smokeping {$target} to {$this->getUser()->getUsername()} from [{$filename}]" );

if( @readfile( $filename ) === false )
{
Expand Down

0 comments on commit b56da51

Please sign in to comment.