From: Nathan S. Evans Date: Wed, 24 Feb 2010 12:22:52 +0000 (+0000) Subject: bessere warning :P X-Git-Tag: initial-import-from-subversion-38251~22614 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=876f1ec5673190e020bf475babdabd463578e793;p=oweals%2Fgnunet.git bessere warning :P --- diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index e27a4120d..54eb1eb19 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -786,8 +786,7 @@ create_and_copy_friend_files (struct GNUNET_TESTING_PeerGroup *pg) GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("No SERVICEHOME specified in peer configuration, can't copy friends file!\n")); if (unlink(mytemp) != 0) - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - _("Couldn't remove friends file %s!\n"), mytemp); + GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, "unlink", mytemp); GNUNET_free (mytemp); break; }