summaryrefslogtreecommitdiff
path: root/louloulibs/xmpp/adhoc_commands_handler.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-06-13 19:59:17 +0200
committerlouiz’ <louiz@louiz.org>2016-06-13 20:46:30 +0200
commit5a2e61161792cf51209f240e40e28036195f35be (patch)
treeed63eff92b075117e8f16e8644d715c4ca0fd132 /louloulibs/xmpp/adhoc_commands_handler.cpp
parentad4ccdbbea129cfbab89773bea040d4149afcb2d (diff)
downloadbiboumi-5a2e61161792cf51209f240e40e28036195f35be.tar.gz
biboumi-5a2e61161792cf51209f240e40e28036195f35be.tar.bz2
biboumi-5a2e61161792cf51209f240e40e28036195f35be.tar.xz
biboumi-5a2e61161792cf51209f240e40e28036195f35be.zip
Show off, with some variadic templates, for the logger module
Diffstat (limited to 'louloulibs/xmpp/adhoc_commands_handler.cpp')
-rw-r--r--louloulibs/xmpp/adhoc_commands_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/louloulibs/xmpp/adhoc_commands_handler.cpp b/louloulibs/xmpp/adhoc_commands_handler.cpp
index 714c440..17c4e67 100644
--- a/louloulibs/xmpp/adhoc_commands_handler.cpp
+++ b/louloulibs/xmpp/adhoc_commands_handler.cpp
@@ -119,5 +119,5 @@ void AdhocCommandsHandler::remove_session(const std::string& session_id, const s
this->sessions.erase(session_it);
return ;
}
- log_error("Tried to remove ad-hoc session for [" << session_id << ", " << initiator_jid << "] but none found");
+ log_error("Tried to remove ad-hoc session for [", session_id, ", ", initiator_jid, "] but none found");
}