From d375a9edeb7a2aa21497a2cbc1db0d3f703283a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 13 Apr 2018 23:37:46 +0200 Subject: one log_debug -> log_error, also some trivial indent --- src/xmpp/biboumi_component.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/xmpp') diff --git a/src/xmpp/biboumi_component.cpp b/src/xmpp/biboumi_component.cpp index 9748258..acaac34 100644 --- a/src/xmpp/biboumi_component.cpp +++ b/src/xmpp/biboumi_component.cpp @@ -760,10 +760,10 @@ bool BiboumiComponent::handle_mam_request(const Stanza& stanza) lines.erase(lines.begin(), std::prev(lines.end(), 100)); } for (const Database::MucLogLine& line: lines) - { - if (!line.col().empty()) - this->send_archived_message(line, to.full(), from.full(), query_id); - } + { + if (!line.col().empty()) + this->send_archived_message(line, to.full(), from.full(), query_id); + } { auto fin_ptr = std::make_unique("fin"); { -- cgit v1.2.3