productcatalogservice: fix build
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
316db889aa
commit
f149cc050b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func initProfiling(service, version string) {
|
|||
return
|
||||
}
|
||||
d := time.Second * 10 * time.Duration(i)
|
||||
log.Debugf("sleeping %v to retry initializing stackdriver profiler", d)
|
||||
log.Printf("sleeping %v to retry initializing stackdriver profiler", d)
|
||||
time.Sleep(d)
|
||||
}
|
||||
log.Printf("warning: could not initialize stackdriver profiler after retrying, giving up")
|
||||
|
|
Loading…
Reference in a new issue