mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Log hotspot errors
This commit is contained in:
committed by
Torsten Grote
parent
094024eb4f
commit
0fb52a7f53
@@ -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