Skip to content
Snippets Groups Projects
Commit f6d9b959 authored by cyberta's avatar cyberta
Browse files

rename log prefix from 'obfs4-client' to 'obfsvpn-client'

parent d604e0e7
Branches
Tags
1 merge request!349improve state handling of obfsvpn
Pipeline #276265 canceled
......@@ -165,12 +165,12 @@ public class ObfsvpnClient implements EventLogger {
@Override
public void error(String s) {
VpnStatus.logError("[obfs4-client] error: " + s);
VpnStatus.logError("[obfsvpn-client] error: " + s);
}
@Override
public void log(String state, String message) {
VpnStatus.logDebug("[obfs4-client] " + state + ": " + message);
VpnStatus.logDebug("[obfsvpn-client] " + state + ": " + message);
CountDownLatch startCallback = this.startCallback;
if (startCallback != null && STATE_RUNNING.equals(state)) {
startCallback.countDown();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment