Skip to content

Commit

Permalink
Reduce line length
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <natekoenig@gmail.com>
  • Loading branch information
nkoenig committed Nov 11, 2024
1 parent 24b6655 commit 730cece
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SimulationRunner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1132,8 +1132,9 @@ void SimulationRunner::SetPaused(const bool _paused)
// downloaded in the background. We must remain paused while downloading.
if (!_paused && this->forcedPause)
{
gzmsg << "Received an unpause request while simulation assets are downloading. "
<< "Simulation will start running once all the assets are downloaded.\n";
gzmsg << "Received an unpause request while simulation assets are "
<< "downloading. Simulation will start running once all the "
<< "assets are downloaded.\n";
this->requestedPause = _paused;
return;
}
Expand Down

0 comments on commit 730cece

Please sign in to comment.