mirror of https://github.com/status-im/consul.git
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue