fix start msg

This commit is contained in:
i-norden 2021-12-31 13:20:27 -06:00
parent 864e124ebc
commit 265e267b3b

View File

@ -38,7 +38,7 @@ var rootCmd = &cobra.Command{
// Execute adds all child commands to the root command and sets flags appropriately.
// This is called by main.main(). It only needs to happen once to the rootCmd.
func Execute() {
log.Info("----- Starting IPFS blockchain watcher -----")
log.Info("----- Starting levelDB ethdb RPC server -----")
if err := rootCmd.Execute(); err != nil {
log.Fatal(err)
}