Implemented callback in libeap/src/crypto to allow mech_eap / ID Selector to ask...
[mech_eap.git] / libeap / src / utils / wpa_debug.c
index 61c0d5c..7c72ea4 100644 (file)
@@ -549,7 +549,7 @@ int wpa_debug_open_file(const char *path)
        out_file = fopen(path, "a");
        if (out_file == NULL) {
                wpa_printf(MSG_ERROR, "wpa_debug_open_file: Failed to open "
-                          "output file, using standard output");
+                   "output file %s, using standard output", path);
                return -1;
        }
 #ifndef _WIN32