From 876f1ec5673190e020bf475babdabd463578e793 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 24 Feb 2010 12:22:52 +0000 Subject: [PATCH] bessere warning :P --- src/testing/testing_group.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.25.1