1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 06:18:06 +00:00

Added Janson version string to log output.

This commit is contained in:
troky 2014-07-03 09:56:05 +02:00
parent 0950af71cf
commit 74d4cfabb5

View File

@ -8350,6 +8350,7 @@ int main(int argc, char *argv[])
#endif
applog(LOG_WARNING, "Started %s", packagename);
applog(LOG_WARNING, "* using Jansson %s", JANSSON_VERSION);
if (cnfbuf) {
applog(LOG_NOTICE, "Loaded configuration file %s", cnfbuf);
switch (fileconf_load) {