Commit 002985b9 authored by Daryl Herzmann's avatar Daryl Herzmann Committed by akrherz

add trivial whitespace to error message


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12223 b35dd754-fafc-0310-a699-88a17e54d16e
parent 820f5ce5
......@@ -940,7 +940,7 @@ public class HttpSession extends LocalClientSession {
failDelivery(delivered.getPackets());
}
else {
Log.warn("Packets could not be found for session " + getStreamID() + " cannot" +
Log.warn("Packets could not be found for session " + getStreamID() + " cannot " +
"be delivered to client");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment