mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 06:24:07 +08:00
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* libblock/src/ide_part_table.c: Use fprintf(stdout,...) instead of printf.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libblock/src/ide_part_table.c: Use fprintf(stdout,...) instead of
|
||||
printf.
|
||||
|
||||
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libmisc/capture/capture-cli.c, libmisc/cpuuse/cpuuse.c,
|
||||
|
||||
@@ -539,7 +539,7 @@ rtems_ide_part_table_initialize(char *dev_name)
|
||||
part_desc->size, name);
|
||||
if (rc != RTEMS_SUCCESSFUL)
|
||||
{
|
||||
printf("Cannot create device %s, error code %d\n", name, rc);
|
||||
fprintf(stdout,"Cannot create device %s, error code %d\n", name, rc);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user