More informative g_error message
[mono.git] / mono / eglib / gfile-unix.c
index ab1fbb483bd53d995c6b86f216655563cfc2b757..c213c8823ff1d8ba2858b1b70ad78b6f4baaf79d 100644 (file)
@@ -87,6 +87,6 @@ g_mkdtemp (char *tmp_template)
 
        return mkdtemp (template_copy);
 #else
-       g_error("Function not supported");
+       g_error("Function mkdtemp not supported");
 #endif
 }