summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/ufdt_gen_test_dts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/ufdt_gen_test_dts.c b/tests/src/ufdt_gen_test_dts.c
index 69a4c3c..cd2ccf0 100644
--- a/tests/src/ufdt_gen_test_dts.c
+++ b/tests/src/ufdt_gen_test_dts.c
@@ -195,7 +195,7 @@ int main(int argc, char *argv[]) {
if (filename) {
fp = fopen(filename, "wt");
if (fp == NULL) {
- fprintf(stderr, "Can not create file: ", filename);
+ fprintf(stderr, "Can not create file: %s\n", filename);
return -1;
}
}