mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
fix(watch): add missing split option in log
This commit is contained in:
@@ -76,7 +76,7 @@ func WatchCommand(_ *cobra.Command, args []string) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to prepare converter: %v", err)
|
return fmt.Errorf("failed to prepare converter: %v", err)
|
||||||
}
|
}
|
||||||
log.Printf("Watching [%s] with [override: %t, quality: %d, format: %s]", path, override, quality, converterType.String())
|
log.Printf("Watching [%s] with [override: %t, quality: %d, format: %s, split: %t]", path, override, quality, converterType.String(), split)
|
||||||
|
|
||||||
events := make(chan inotifywaitgo.FileEvent)
|
events := make(chan inotifywaitgo.FileEvent)
|
||||||
errors := make(chan error)
|
errors := make(chan error)
|
||||||
|
Reference in New Issue
Block a user