aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 10:08:49 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 10:08:49 -0500
commitbf3a29fbe20b0b2bd0339c76c3b279cea63b59f2 (patch)
tree9949cb71d4bd3cd7c8a17e8a30a11e4a5fc95f10
parent1d300634c5550043c0b80a22f8665d305ff079f4 (diff)
downloadstasis-bf3a29fbe20b0b2bd0339c76c3b279cea63b59f2.tar.gz
Print the splash banner before the first msg() is shown
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a2d6611..bd6ae10 100644
--- a/src/main.c
+++ b/src/main.c
@@ -184,6 +184,8 @@ int main(int argc, char *argv[], char *arge[]) {
exit(1);
}
+ printf(BANNER, VERSION, AUTHOR);
+
msg(OMC_MSG_L1, "Initializing\n");
// Set up PREFIX/etc directory information