Made logging output more consistent
This commit is contained in:
parent
e572753284
commit
494a8d4f16
1 changed files with 1 additions and 1 deletions
2
ytva.go
2
ytva.go
|
@ -187,7 +187,7 @@ func main() {
|
|||
continue
|
||||
}
|
||||
} else {
|
||||
log.Infof("Video %s already exists, skipping", v.Title)
|
||||
log.Infof("Skipping existing video \"%s\".", v.Title)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue