Skip to content

Commit

Permalink
updated msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilita1 committed Mar 9, 2024
1 parent 184cb63 commit 130c05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Sync(\Monolog\Logger $log ) : void
$endDt = (new DateTime())->add(DateInterval::createFromDateString('1 days'));
$log->info('*******************************************************');
$log->info((new SampleSyncApp\Utils())->toSyncString($todayDt, $endDt));
$log->info('Please wait... doing meaningless pretend work.');
$log->info('Please wait... doing meaningless pretend work again.');
$log->info('Synchronization is complete.');
$log->info('*******************************************************');
}
Expand Down

0 comments on commit 130c05d

Please sign in to comment.