Add library update hook on repair all

This commit is contained in:
Ben Sarmiento
2023-12-07 15:58:22 +01:00
parent 10aac20030
commit 845a01d7f3
5 changed files with 18 additions and 10 deletions

View File

@@ -43,6 +43,6 @@ func OnLibraryUpdateHook(paths []string, config config.ConfigInterface, log *log
return
}
if output != "" {
log.Infof("Output of hook on_library_update:\n%s", output)
log.Debugf("Output of hook on_library_update:\n%s", output)
}
}