added log output for sleep
This commit is contained in:
parent
c48caa5aca
commit
0db69e0879
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ func Start() {
|
|||
}
|
||||
if sleepTime > 0 {
|
||||
time.Sleep(sleepTime)
|
||||
loggo.Debug("sleeping for '" + strconv.FormatInt(sleepTime.Milliseconds(), 10) + "' ms")
|
||||
}
|
||||
if scaleImages {
|
||||
error := setBackgroundPiped(data)
|
||||
|
|
Loading…
Reference in a new issue