]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
Fix typo in the help text of the ls command.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index 9ddfc58853574a09d4d0073b052df14bced7054a..5908a93dc7a77c92c8e556957eb8c122d2470335 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -1013,9 +1013,10 @@ int reload_current_mood(void)
        int ret;
        char *mood_name = NULL;
 
-       PARA_NOTICE_LOG("reloading current mood\n");
        if (!current_mood)
                return 1;
+       PARA_NOTICE_LOG("reloading %s\n", current_mood->name?
+               current_mood->name : "(dummy)");
        if (current_mood->name)
                mood_name = para_strdup(current_mood->name);
        close_current_mood();