Clarify the verbose expected value

pull/135/head
Tony 2018-12-18 16:13:56 +01:00
parent b935f725d3
commit f640a5cb1b
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ func runSQLMigration(db *sql.DB, scriptFile string, v int64, direction bool) err
}
func printInfo(s string, args ...interface{}) {
if verbose {
if verbose == VerboseOn {
log.Printf(s, args...)
}
}