Skip to content

Commit

Permalink
fixed text message
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Nov 16, 2018
1 parent f55c155 commit aa8774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Converters/ConverterHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static function runConverterWithTiming(
try {
self::runConverter($converterId, $source, $destination, $options, $prepareDestinationFolder, $logger);
$logger->logLn(
'Successfully converted test image in ' .
'Successfully converted image in ' .
round((microtime(true) - $beginTime) * 1000) . ' ms'
);
} catch (\Exception $e) {
Expand Down

0 comments on commit aa8774b

Please sign in to comment.