summaryrefslogtreecommitdiffstats
path: root/src/core/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dev.c')
-rw-r--r--src/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dev.c b/src/core/dev.c
index f03965d25..3d1fdd91c 100644
--- a/src/core/dev.c
+++ b/src/core/dev.c
@@ -132,7 +132,7 @@ int find_by_driver ( struct bus_loc *bus_loc, struct bus_dev *bus_dev,
return 1;
} while ( bus_driver->next_location ( bus_loc ) );
- DBG ( "DEV found no device for driver %s\n" );
+ DBG ( "DEV found no device for driver %s\n", device_driver->name );
return 0;
}