mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-12-24 13:27:59 +01:00
Fix to let specify a custom debugger
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2497 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
51f29937d2
commit
41d274a5f9
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ public class XMPPConnection {
|
|||
// Use try block since we may not have permission to get a system
|
||||
// property (for example, when an applet).
|
||||
try {
|
||||
System.getProperty("smack.debuggerClass");
|
||||
className = System.getProperty("smack.debuggerClass");
|
||||
}
|
||||
catch (Throwable t) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue