--- deliantra/server/common/holy.C 2006/09/10 16:00:23 1.5 +++ deliantra/server/common/holy.C 2007/01/02 23:39:21 1.6 @@ -30,7 +30,7 @@ { archetype *at = NULL; - LOG (llevDebug, "Initializing gods..."); + LOG (llevDebug, "Initialising gods...\n"); for (at = first_archetype; at != NULL; at = at->next) if (at->clone.type == GOD) add_god_to_list (at);