mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-25 15:52:06 +01:00
Remove extra whitespace in AbstractDebugger
This commit is contained in:
parent
b08dbc1dbc
commit
ca687087d5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public abstract class AbstractDebugger implements SmackDebugger {
|
|||
this.reader = new ObservableReader(reader);
|
||||
readerListener = new ReaderListener() {
|
||||
public void read(String str) {
|
||||
log("RECV (" + connection.getConnectionCounter() + "): " + str);
|
||||
log("RECV (" + connection.getConnectionCounter() + "): " + str);
|
||||
}
|
||||
};
|
||||
this.reader.addReaderListener(readerListener);
|
||||
|
|
Loading…
Reference in a new issue