summaryrefslogtreecommitdiff
path: root/src/social/socialapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/socialapp.cpp')
-rw-r--r--src/social/socialapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/socialapp.cpp b/src/social/socialapp.cpp
index 7ff6971..f72360c 100644
--- a/src/social/socialapp.cpp
+++ b/src/social/socialapp.cpp
@@ -99,7 +99,7 @@ SocialApp::createPlace ()
99void 99void
100SocialApp::placeEnter (QString pubKeyStr, QString peerIdStr) 100SocialApp::placeEnter (QString pubKeyStr, QString peerIdStr)
101{ 101{
102 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Entering to place %s as guest.\n", 102 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Entering place %s as guest.\n",
103 pubKeyStr.toStdString ().c_str ()); 103 pubKeyStr.toStdString ().c_str ());
104 104
105 GNUNET_CRYPTO_EddsaPublicKey *pubKey = new GNUNET_CRYPTO_EddsaPublicKey; 105 GNUNET_CRYPTO_EddsaPublicKey *pubKey = new GNUNET_CRYPTO_EddsaPublicKey;