mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +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
|
@Override
|
||||||
public void onHotspotError(String error) {
|
public void onHotspotError(String error) {
|
||||||
|
LOG.warning("Hotspot error: " + error);
|
||||||
state.setValue(new HotspotError(error));
|
state.setValue(new HotspotError(error));
|
||||||
ioExecutor.execute(webServerManager::stopWebServer);
|
ioExecutor.execute(webServerManager::stopWebServer);
|
||||||
notificationManager.clearHotspotNotification();
|
notificationManager.clearHotspotNotification();
|
||||||
|
|||||||
Reference in New Issue
Block a user