mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Fix debug message
This commit is contained in:
parent
a01d6b085a
commit
fe9989197f
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ public class SendHelper {
|
||||||
allResults.addAll(results);
|
allResults.addAll(results);
|
||||||
}
|
}
|
||||||
final var duration = Duration.ofMillis(System.currentTimeMillis() - startTime);
|
final var duration = Duration.ofMillis(System.currentTimeMillis() - startTime);
|
||||||
logger.debug("Sending took {} seconds", duration.toString());
|
logger.debug("Sending took {}", duration.toString());
|
||||||
return allResults;
|
return allResults;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue