Fix strings

This commit is contained in:
Dominik Schürmann
2014-08-19 18:12:19 +02:00
parent 9930ab7f6f
commit 16ab761006
3 changed files with 7 additions and 7 deletions

View File

@@ -972,7 +972,7 @@ public class ProviderHelper {
if (recovery) {
if (numSecrets >= 0 && numPublics >= 0) {
log(LogLevel.START, LogType.MSG_CON_RECOVER, numSecrets, Integer.toString(numPublics));
log(LogLevel.START, LogType.MSG_CON_RECOVER, numSecrets, numPublics);
} else {
log(LogLevel.START, LogType.MSG_CON_RECOVER_UNKNOWN);
}