Fix class names in logger initialization

This commit is contained in:
Chris Eager
2024-11-20 10:42:11 -06:00
committed by Chris Eager
parent d135957f0d
commit 73812b06be
3 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ import org.whispersystems.textsecuregcm.util.Util;
*/
public class BackupAuthManager {
private static final Logger logger = LoggerFactory.getLogger(BackupManager.class);
private static final Logger logger = LoggerFactory.getLogger(BackupAuthManager.class);
final static Duration MAX_REDEMPTION_DURATION = Duration.ofDays(7);