Showing 1 changed files with 2 additions and 2 deletions
+2 -2
.fgfs/fgaddon
... ...
@@ -93,9 +93,9 @@ function trap_exit () {
93 93
                             where name = '${ac/\/}' and setxml.variantof = id
94 94
                         )"
95 95
     done
96
-    missing_setxml=$(sqlite_request "select name from aircrafts where id not in (select variantof from setxml)")
96
+    missing_setxml=$(sqlite_request "select printf(' - %s', name) from aircrafts where id not in (select variantof from setxml)")
97 97
     if test -n "$missing_setxml"; then
98
-        echo "missing setxml config: $missing_setxml"
98
+        echo -e "missing setxml config for :\n$missing_setxml"
99 99
     fi
100 100
     if test -r "$database" && md5sum $in_ram_database | sed "s,$in_ram_database,$database," | md5sum --status -c -; then
101 101
         rm -f $in_ram_database