Skip to content

Commit

Permalink
Fix formatting during output
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Apr 17, 2022
1 parent dd0f152 commit 55b8f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSL/HistoryAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected function analyzeDir($from_dir)
$count = count($tracks);
echo "++ Extracted $count tracks\n";

echo "** Importing to db";
echo "** Importing to db\n";
foreach($tracks as $track)
{
/* @var $track SSLTrack */
Expand Down

0 comments on commit 55b8f73

Please sign in to comment.