1
0

Log the exact version at init (#22)

This commit is contained in:
NiLuJe
2020-05-13 18:07:59 +02:00
committed by GitHub
parent 043dfb37e6
commit fbef20c4e2
3 changed files with 12 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ __attribute__((constructor)) void nm_init() {
char *err;
NM_LOG("version: " NM_VERSION);
NM_LOG("init: creating failsafe");
nm_failsafe_t *fs;
if (!(fs = nm_failsafe_create(&err)) && err) {