Skip to content

Commit

Permalink
clean obsolete SSU data
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Feb 8, 2015
1 parent e5fdee2 commit 9b7820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SSUData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ namespace transport
{
if (ts > it->second->lastFragmentInsertTime + INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT)
{
LogPrint (eLogError, "SSU message ", it->first, " was not completed in ", INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT, " .Deleted");
LogPrint (eLogError, "SSU message ", it->first, " was not completed in ", INCOMPLETE_MESSAGES_CLEANUP_TIMEOUT, " seconds. Deleted");
delete it->second;
it = m_IncomleteMessages.erase (it);
}
Expand Down

0 comments on commit 9b7820a

Please sign in to comment.