mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-31 06:26:33 +00:00
Fix debug message
This commit is contained in:
parent
a01d6b085a
commit
fe9989197f
@ -332,7 +332,7 @@ public class SendHelper {
|
||||
allResults.addAll(results);
|
||||
}
|
||||
final var duration = Duration.ofMillis(System.currentTimeMillis() - startTime);
|
||||
logger.debug("Sending took {} seconds", duration.toString());
|
||||
logger.debug("Sending took {}", duration.toString());
|
||||
return allResults;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user