mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
Added Janson version string to log output.
This commit is contained in:
parent
0950af71cf
commit
74d4cfabb5
@ -8350,6 +8350,7 @@ int main(int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
applog(LOG_WARNING, "Started %s", packagename);
|
applog(LOG_WARNING, "Started %s", packagename);
|
||||||
|
applog(LOG_WARNING, "* using Jansson %s", JANSSON_VERSION);
|
||||||
if (cnfbuf) {
|
if (cnfbuf) {
|
||||||
applog(LOG_NOTICE, "Loaded configuration file %s", cnfbuf);
|
applog(LOG_NOTICE, "Loaded configuration file %s", cnfbuf);
|
||||||
switch (fileconf_load) {
|
switch (fileconf_load) {
|
||||||
|
Loading…
Reference in New Issue
Block a user