mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Log hotspot errors
This commit is contained in:
@@ -144,6 +144,7 @@ class HotspotViewModel extends DbViewModel
|
||||
|
||||
@Override
|
||||
public void onHotspotError(String error) {
|
||||
LOG.warning("Hotspot error: " + error);
|
||||
state.setValue(new HotspotError(error));
|
||||
ioExecutor.execute(webServerManager::stopWebServer);
|
||||
notificationManager.clearHotspotNotification();
|
||||
|
||||
Reference in New Issue
Block a user