mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fix logger names
This commit is contained in:
parent
03bf043959
commit
690ce2829f
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ import java.util.concurrent.TimeUnit;
|
|||
|
||||
public class DaemonCommand implements MultiLocalCommand {
|
||||
|
||||
private final static Logger logger = LoggerFactory.getLogger(ReceiveCommand.class);
|
||||
private final static Logger logger = LoggerFactory.getLogger(DaemonCommand.class);
|
||||
|
||||
@Override
|
||||
public void attachToSubparser(final Subparser subparser) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue