aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-02 20:47:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-02 20:47:18 +0000
commit6a34f8a03004e15e28e7ac11261ab9585e223b75 (patch)
tree2d4d8c2c68f65ad43e497261a7fab574d6fe8302 /src/util/common_logging.c
parentfd21090988d0cc5f451163a752240ed3476d74b5 (diff)
downloadgnunet-6a34f8a03004e15e28e7ac11261ab9585e223b75.tar.gz
gnunet-6a34f8a03004e15e28e7ac11261ab9585e223b75.zip
-fix helper: properly abort pending write tasks during helper destroy
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 6493aae38..b3cb06387 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -665,7 +665,9 @@ parse_all_definitions ()
665 * @return #GNUNET_OK on success 665 * @return #GNUNET_OK on success
666 */ 666 */
667int 667int
668GNUNET_log_setup (const char *comp, const char *loglevel, const char *logfile) 668GNUNET_log_setup (const char *comp,
669 const char *loglevel,
670 const char *logfile)
669{ 671{
670 const char *env_logfile; 672 const char *env_logfile;
671 const struct tm *tm; 673 const struct tm *tm;