util.Log().Debug("Generator %s failed to generate thumbnail for %s since file too large, passing through to next generator.",reflect.TypeOf(generator).String(),inputName)
util.Log().Debug("Failed to generate thumbnail using %s for %s: %s, passing through to next generator.",reflect.TypeOf(generator).String(),name,err)
util.Log().Debug("Failed to generate thumbnail using %s for %s: %s, passing through to next generator.",reflect.TypeOf(generator).String(),inputName,err)
continue
continue
}
}
ifres!=nil&&res.Continue{
ifres!=nil&&res.Continue{
util.Log().Debug("Generator %s for %s returned continue, passing through to next generator.",reflect.TypeOf(generator).String(), name)
util.Log().Debug("Generator %s for %s returned continue, passing through to next generator.",reflect.TypeOf(generator).String(),inputName)