aboutsummaryrefslogtreecommitdiffstats
path: root/drv_NULL.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--drv_NULL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_NULL.c b/drv_NULL.c
index 551703b..73afe89 100644
--- a/drv_NULL.c
+++ b/drv_NULL.c
@@ -117,7 +117,7 @@ static int drv_NULL_start(const char *section)
/* list models */
int drv_NULL_list(void)
{
- printf("generic");
+ printf("NULL driver for testing purposes");
return 0;
}