mirror of https://github.com/pressly/goose.git
Clarify the verbose expected value
parent
b935f725d3
commit
f640a5cb1b
|
@ -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...)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue