summaryrefslogtreecommitdiff
path: root/boot/expo_build.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/expo_build.c')
-rw-r--r--boot/expo_build.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/expo_build.c b/boot/expo_build.c
index 7e61ab06a8..22f62eb54b 100644
--- a/boot/expo_build.c
+++ b/boot/expo_build.c
@@ -376,7 +376,8 @@ int expo_build(ofnode root, struct expo **expp)
ret = read_strings(&info, root);
if (ret)
return log_msg_ret("str", ret);
- list_strings(&info);
+ if (_DEBUG)
+ list_strings(&info);
ret = expo_new("name", NULL, &exp);
if (ret)