Skip to content

Commit

Permalink
get name from component when outputting
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Jul 29, 2015
1 parent ddb75a1 commit ba281ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/logger/transients.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function output() {
$transient,
$row['type'],
$expiration,
$row['trace']->get_component()
$row['trace']->get_component()->name
) );

}
Expand Down

0 comments on commit ba281ab

Please sign in to comment.