mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Use the agent logger instead of log module
This commit is contained in:
parent
ca5851318d
commit
560c9c26f7
@ -1803,7 +1803,7 @@ func (a *Agent) RemoveService(serviceID string, persist bool) error {
|
||||
}
|
||||
}
|
||||
|
||||
log.Printf("[DEBUG] agent: removed service %q", serviceID)
|
||||
a.logger.Printf("[DEBUG] agent: removed service %q", serviceID)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user