Downgraded message about stdout redirection from NOTE to DEBUG

This commit is contained in:
Thomas Schmitt 2010-04-27 07:24:32 +00:00
parent a411150abe
commit 853d71b947
2 changed files with 4 additions and 4 deletions

View File

@ -21276,12 +21276,12 @@ protect_stdout:;
Xorriso_protect_stdout(xorriso, 0);
sprintf(xorriso->info_text,
"Encountered - or stdio:/dev/fd/1 as possible write target.");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
sprintf(xorriso->info_text,
"Redirecting nearly all text message output to stderr.");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
sprintf(xorriso->info_text, "Disabling use of libreadline.");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
} else if(strcmp(cmd,"abort_on")==0 && was_dashed == 1) {
i++;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.04.26.175506"
#define Xorriso_timestamP "2010.04.27.072331"