From: Marius Tomaschewski Date: Fri, 4 Sep 2009 09:36:36 +0000 (+0200) Subject: fixed open failure debug message in load_secrets X-Git-Tag: 4.3.5rc1~239 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d1b0304467bc668b592ccd6680fd9615efbb5b2;p=thirdparty%2Fstrongswan.git fixed open failure debug message in load_secrets --- diff --git a/src/charon/plugins/stroke/stroke_cred.c b/src/charon/plugins/stroke/stroke_cred.c index e34613efd8..57a02c7a13 100644 --- a/src/charon/plugins/stroke/stroke_cred.c +++ b/src/charon/plugins/stroke/stroke_cred.c @@ -780,7 +780,7 @@ static void load_secrets(private_stroke_cred_t *this, char *file, int level, fd = fopen(file, "r"); if (fd == NULL) { - DBG1(DBG_CFG, "opening secrets file '%s' failed"); + DBG1(DBG_CFG, "opening secrets file '%s' failed", file); return; }