summaryrefslogtreecommitdiffstats
path: root/libdha/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/pci.c')
-rw-r--r--libdha/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index 6e2c3fc7b2..474625a68a 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -717,7 +717,7 @@ int pci_config_read(unsigned char bus, unsigned char dev, unsigned char func,
if (len != 4)
{
- printf("pci_config_read: reading non-dword not supported!\n");
+ fprintf(stderr,"pci_config_read: Reading non-dword not supported!\n");
return(ENOTSUP);
}