Merge branch 'fix_social'
authorlurchi <lurchi@strangeplace.net>
Sat, 30 Dec 2017 19:46:59 +0000 (20:46 +0100)
committerlurchi <lurchi@strangeplace.net>
Sat, 30 Dec 2017 19:46:59 +0000 (20:46 +0100)
1  2 
src/core/gnunet-service-core_kx.c
src/social/gnunet-social.c
src/social/social_api.c
src/util/scheduler.c

Simple merge
index de680b11c55dd51a254a085f1ce166cdfb39a5d1,0de8809ff42db7e182d007f24c89d0604de9f595..12c5bf2e189f3de339d42614cd676266d0286cba
@@@ -281,9 -281,9 +281,9 @@@ exit_fail (
   * This also indicates the end of the connection to the service.
   */
  static void
 -host_left ()
 +host_left (void *cls)
  {
-   GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+   GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
                "The host has left the place.\n");
    exit_success ();
  }
Simple merge
Simple merge