log the currently loaded file in the system log;

pull/75/head
Bryan Biedenkapp 1 year ago
parent 665ed3e018
commit 9f17cfc8ef

@ -210,6 +210,7 @@ int main(int argc, char** argv)
g_tidLookups = new TalkgroupRulesLookup(g_iniFile, 0U, false);
g_tidLookups->read();
LogMessage(LOG_HOST, "Loaded talkgroup rules file: %s", g_iniFile.c_str());
// show and start the application
wnd.show();

Loading…
Cancel
Save

Powered by TurnKey Linux.