summaryrefslogtreecommitdiffstats
path: root/ui/test/discover-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/test/discover-test.c')
-rw-r--r--ui/test/discover-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c
index 576f293..363a289 100644
--- a/ui/test/discover-test.c
+++ b/ui/test/discover-test.c
@@ -12,6 +12,8 @@ static const char *device_type_string(enum device_type type)
return "network";
case DEVICE_TYPE_OPTICAL:
return "optical";
+ case DEVICE_TYPE_ANY:
+ return "any";
case DEVICE_TYPE_UNKNOWN:
return "unknown";
}
OpenPOWER on IntegriCloud