summaryrefslogtreecommitdiff
path: root/packages/net-im/spectrum/files
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-03-27 13:39:19 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2019-03-27 13:39:19 +0300
commit251b4003390a403b21fe5a0fcbca092b57b75f6a (patch)
treef9abf19159a6915bc5ed5a189636ee0be7f926b6 /packages/net-im/spectrum/files
parent3a3cfaf4d5dc77892436ebc160f8c978ea2cdfbd (diff)
spectrum: build fix, cleanup, update
Diffstat (limited to 'packages/net-im/spectrum/files')
-rw-r--r--packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff b/packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff
deleted file mode 100644
index f16e44e..0000000
--- a/packages/net-im/spectrum/files/6d220b0a083b3adf7fd4ae65ca011b29488493b7.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: upstream code repo
-Reason: build fix (typo)
-Upstream: fixed
-
-diff --git a/libtransport/NetworkPluginServer.cpp b/libtransport/NetworkPluginServer.cpp
-index bff05a6a..c4e19f70 100644
---- a/libtransport/NetworkPluginServer.cpp
-+++ b/libtransport/NetworkPluginServer.cpp
-@@ -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());
- }
- }
- }