Print version in debug output

This commit is contained in:
Arun Prakash Jana 2019-11-01 02:34:06 +05:30
parent ef6a995e38
commit 7416bb8503
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -5435,6 +5435,7 @@ int main(int argc, char *argv[])
#ifdef DBGMODE #ifdef DBGMODE
enabledbg(); enabledbg();
DPRINTF_S(VERSION);
#endif #endif
atexit(cleanup); atexit(cleanup);