script logs now appear on debug srg

This commit is contained in:
Turann_
2026-02-04 20:02:44 +03:00
parent dcb79f2ee4
commit 8a9cff3636
+2 -2
View File
@@ -540,13 +540,13 @@ Singleton {
var chunk = data;
if (chunk.indexOf("[PIN_REQ]") !== -1) {
root.pinRequired = true;
Logger.i("Bluetooth", "PIN required for pairing");
Logger.d("Bluetooth", "PIN required for pairing");
ToastService.showNotice(I18n.tr("common.bluetooth"), I18n.tr("bluetooth.panel.pin-required"), "lock");
}
}
}
stderr: SplitParser {
onRead: data => Logger.i("Bluetooth", data)
onRead: data => Logger.d("Bluetooth", data)
}
onExited: {
root.pinRequired = false;