Merge pull request #1841 from AenBleidd/PVS_V767_client

client: Fix show message cycle
This commit is contained in:
David Anderson 2017-04-02 19:11:23 -07:00 committed by GitHub
commit b2b83a1150
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@ void MSG_QUEUE::msg_queue_poll(MSG_CHANNEL& channel) {
for (unsigned int i=0; i<msgs.size(); i++) {
if (log_flags.app_msg_send) {
msg_printf(NULL, MSG_INFO,
"[app_msg_send] poll: deferred: %s", msgs[0].c_str()
"[app_msg_send] poll: deferred: %s", msgs[i].c_str()
);
}
}