Minor tweak.

This commit is contained in:
Peter Goodman
2017-12-13 01:31:29 -05:00
parent bdf9f97913
commit 5a84f665b6
+2 -1
View File
@@ -145,7 +145,8 @@ int vfprintf(FILE *file, const char *format, va_list args) {
} else {
DeepState_LogStream(DeepState_LogWarning);
DeepState_Log(DeepState_LogWarning,
"Ignorning vfprintf with non-stdout/stderr stream.");
"vfprintf with non-stdout/stderr stream follows:");
DeepState_LogVFormat(DeepState_LogInfo, format, args);
}
return 0;
}