1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Switch logsize after hotplugging a device.

This commit is contained in:
Con Kolivas 2013-06-03 16:38:40 +10:00
parent cc9223f041
commit fc95c19165

View File

@ -7204,6 +7204,8 @@ static void hotplug_process()
total_devices++;
applog(LOG_WARNING, "Hotplug: %s added %s %i", cgpu->drv->dname, cgpu->drv->name, cgpu->device_id);
}
switch_logsize();
}
static void *hotplug_thread(void __maybe_unused *userdata)