Log device selection at INFO level

The selected device should be logged by default.
This commit is contained in:
Romain Vimont
2023-07-04 18:20:23 +02:00
parent 85b55b3c4e
commit fe6e9acb36
3 changed files with 4 additions and 8 deletions

View File

@@ -628,8 +628,8 @@ sc_adb_select_device(struct sc_intr *intr,
return false;
}
LOGD("ADB device found:");
sc_adb_devices_log(SC_LOG_LEVEL_DEBUG, vec.data, vec.size);
LOGI("ADB device found:");
sc_adb_devices_log(SC_LOG_LEVEL_INFO, vec.data, vec.size);
// Move devics into out_device (do not destroy device)
sc_adb_device_move(out_device, device);