From 9b7820a09d8e584e2148aa584f3b7a99363dedd3 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 8 Feb 2015 09:15:13 -0500 Subject: [PATCH] clean obsolete SSU data --- SSUData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSUData.cpp b/SSUData.cpp index a7ff413e..c66241b7 100644 --- a/SSUData.cpp +++ b/SSUData.cpp @@ -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); }