Skip to content

Commit

Permalink
Fix runcount no displayed correctly in log
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed Dec 18, 2016
1 parent c25a613 commit 8627f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/DayzServerIp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ void DayzServerIp::checkVersionNo() // handle plugin updates
updateRunCount();
}

logInfo(QString("checkVersionNo() runCount = ") + getRunCount());
logInfo("checkVersionNo() runCount = " + QString::number(getRunCount()));
}

void DayzServerIp::on_pbProfileOpen_clicked()
Expand Down

0 comments on commit 8627f61

Please sign in to comment.