aboutsummaryrefslogtreecommitdiffstats
path: root/router
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-11 00:43:15 -0700
committerChris Robinson <[email protected]>2017-07-11 00:43:15 -0700
commit0da55fd912de74f3f5044598aff5b997df1a216e (patch)
tree877657820ecb726962073be7921452defe613a3a /router
parent5048322fff816b70cf7122231062a7a4dc15cda6 (diff)
Trace a version for the router
Diffstat (limited to 'router')
-rw-r--r--router/router.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/router/router.c b/router/router.c
index d1c5cfb3..0497a1d2 100644
--- a/router/router.c
+++ b/router/router.c
@@ -11,6 +11,8 @@
#include "AL/al.h"
#include "almalloc.h"
+#include "version.h"
+
DriverIface *DriverList = NULL;
int DriverListSize = 0;
@@ -54,6 +56,7 @@ BOOL APIENTRY DllMain(HINSTANCE UNUSED(module), DWORD reason, void* UNUSED(reser
else
LogLevel = l;
}
+ TRACE("Initializing router v0.1-%s %s\n", ALSOFT_GIT_COMMIT_HASH, ALSOFT_GIT_BRANCH);
LoadDriverList();
altss_create(&ThreadCtxDriver, NULL);