Changeset - 6d220b0a083b
[Not reviewed]
0 1 0
jdoe0 - 7 years ago 2018-07-20 12:38:19
jdoe@mailinator.com
libtransport: add missing semicolon
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
libtransport/NetworkPluginServer.cpp
Show inline comments
 
@@ -1815,7 +1815,7 @@ void NetworkPluginServer::wrapIncomingImage(Swift::Message* msg, const pbnetwork
 
            msg->addPayload(oob_payload);
 
            msg->setBody(image_url);
 
        } else {
 
            LOG4CXX_WARN(logger, "xhtml seems to contain an image, but doesn't match: " + payload.xhtml())
 
            LOG4CXX_WARN(logger, "xhtml seems to contain an image, but doesn't match: " + payload.xhtml());
 
        }
 
    }
 
}
0 comments (0 inline, 0 general)