Tweak error message

This commit is contained in:
Daniel Colascione 2015-09-02 18:45:13 -07:00
parent 975c06b1ad
commit 4f1ff58f82

View File

@ -542,7 +542,7 @@ int main(int argc, char** argv)
/* Check if output is defined as console; trigger an error in this case */
if (!strcmp(output_filename,stdoutmark) && IS_CONSOLE(stdout) && !forceStdout)
{
DISPLAYLEVEL(1, "refusing to output to console\n");
DISPLAYLEVEL(1, "refusing to write to console without -c\n");
exit(1);
}