mirror of https://bitbucket.org/ausocean/av.git
FIxed verbosity
This commit is contained in:
parent
093ad15e2c
commit
029b2ae3d0
|
@ -425,7 +425,7 @@ func (r *revid) outputClips() {
|
||||||
bytes = 0
|
bytes = 0
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
r.Log(Error, err.Error())
|
//r.Log(Error, err.Error())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
r.Log(Info, "Not outputting clips anymore!")
|
r.Log(Info, "Not outputting clips anymore!")
|
||||||
|
|
Loading…
Reference in New Issue