Disabled "Starting up libraries ..." message
This commit is contained in:
parent
dbf3548f6a
commit
a843d866b9
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.11.21.160632"
|
||||
#define Xorriso_timestamP "2008.11.26.174940"
|
||||
|
@ -166,9 +166,10 @@ LIBISOBURN_MISCONFIGURATION_ = 0;
|
||||
|
||||
/* End of ugly compile time test (scroll up for explanation) */
|
||||
|
||||
|
||||
#ifdef NIX
|
||||
sprintf(xorriso->info_text, "Starting up libraries ...\n");
|
||||
Xorriso_info(xorriso, 0);
|
||||
#endif
|
||||
|
||||
handler_prefix= calloc(strlen(xorriso->progname)+3+1, 1);
|
||||
if(handler_prefix==NULL) {
|
||||
@ -229,8 +230,11 @@ LIBISOBURN_MISCONFIGURATION_ = 0;
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
|
||||
}
|
||||
|
||||
#ifdef NIX
|
||||
sprintf(xorriso->info_text, "Library startup done.\n");
|
||||
Xorriso_info(xorriso, 0);
|
||||
#endif
|
||||
|
||||
free(handler_prefix);
|
||||
return(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user