From 59addf47eca6a0be54e3b07c4ed2b156a8431376 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 17 Jul 2024 23:08:01 +0100 Subject: Print VERSION in debug.txt at startup. --- blabouncer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blabouncer.c') diff --git a/blabouncer.c b/blabouncer.c index 917ef74..75ce966 100644 --- a/blabouncer.c +++ b/blabouncer.c @@ -1311,7 +1311,7 @@ int main(int argc, char *argv[]) { // Temporarily enable debugging to file debug = 1; // Print it - debugprint(DEBUG_CRIT, "blabouncer started at %s, debugging is set to %d.\n", timestr, debugold); + debugprint(DEBUG_CRIT, "blabouncer version %s started at %s, debugging is set to %d.\n", VERSION, timestr, debugold); // Set debugging back to whatever it was debug = debugold; -- cgit v1.2.3