diff options
Diffstat (limited to 'taro')
| -rw-r--r-- | taro/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1309,7 +1309,7 @@ s32 main(void) if (!nn_common_init(NULL)) return exit_status; if (open_config(&u.conf, false) != CONFIG_LOADED) { - log_error("failed to open config, run `tarod` at least once to generate the required config"); + log_error("failed to open config, run `tarod` at least once to generate the required files"); nn_common_close(); return exit_status; } |