mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
sinttest: print smack version
This commit is contained in:
parent
7f2e8b793a
commit
cbc2024875
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public class SmackIntegrationTestFramework {
|
||||||
// Create a connection manager *after* we created the testRunId (in testRunResult).
|
// Create a connection manager *after* we created the testRunId (in testRunResult).
|
||||||
this.connectionManager = new XmppConnectionManager(this);
|
this.connectionManager = new XmppConnectionManager(this);
|
||||||
|
|
||||||
LOGGER.info("SmackIntegrationTestFramework [" + testRunResult.testRunId + ']' + ": Starting");
|
LOGGER.info("SmackIntegrationTestFramework [" + testRunResult.testRunId + ']' + ": Starting\nSmack version: " + SmackConfiguration.getVersion());
|
||||||
if (config.debugger != Configuration.Debugger.none) {
|
if (config.debugger != Configuration.Debugger.none) {
|
||||||
// JUL Debugger will not print any information until configured to print log messages of
|
// JUL Debugger will not print any information until configured to print log messages of
|
||||||
// level FINE
|
// level FINE
|
||||||
|
|
Loading…
Reference in a new issue