Added initial debug message of SQLite DB location
parent
6cb3e198f0
commit
d975710445
|
@ -74,7 +74,6 @@ func main() {
|
||||||
time.Sleep(defaultNotReadySleepTime)
|
time.Sleep(defaultNotReadySleepTime)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -93,8 +92,8 @@ func printVersion() {
|
||||||
|
|
||||||
func printDbDetails() {
|
func printDbDetails() {
|
||||||
fmt.Printf(
|
fmt.Printf(
|
||||||
"\n\nDatabase Connection Information:\n %s\n\n",
|
"\n\nSQLite Database Location:\n %s\n\n",
|
||||||
utils.GetMySQLDbConnectionDetails(),
|
utils.GetSQLiteDbConnectionDetails(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue