Directed error message to proper output channel
This commit is contained in:
parent
47e6294ca3
commit
b5ed5dd25f
@ -443,7 +443,8 @@ int libburner_payload(struct burn_drive *drive,
|
|||||||
/* Use the fifo object as data source for the track */
|
/* Use the fifo object as data source for the track */
|
||||||
if (burn_track_set_source(track, fifo_src[trackno])
|
if (burn_track_set_source(track, fifo_src[trackno])
|
||||||
!= BURN_SOURCE_OK) {
|
!= BURN_SOURCE_OK) {
|
||||||
printf("FATAL: Cannot attach source object to track object\n");
|
fprintf(stderr,
|
||||||
|
"FATAL: Cannot attach source object to track object\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user