mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Merge pull request #5111 from jmacxx/fix_unnecessary_exception_log
Fix log message when opening browser link
This commit is contained in:
commit
f54ec2f6ae
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class DesktopUtil {
|
|||
return true;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
log.warn("Error running command. {}", e);
|
||||
log.warn("Error running command. {}", e.toString());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue