mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
[core] Add milliseconds to ConsoleDebugger's timestamp
This commit is contained in:
parent
688c06020b
commit
844ebbf4c5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import org.jivesoftware.smack.util.ExceptionUtil;
|
|||
* @author Gaston Dombiak
|
||||
*/
|
||||
public class ConsoleDebugger extends AbstractDebugger {
|
||||
private final SimpleDateFormat dateFormatter = new SimpleDateFormat("HH:mm:ss");
|
||||
private final SimpleDateFormat dateFormatter = new SimpleDateFormat("HH:mm:ss.S");
|
||||
|
||||
public ConsoleDebugger(XMPPConnection connection) {
|
||||
super(connection);
|
||||
|
|
Loading…
Reference in a new issue