cmd/root: Sprinkle a debug log

https://github.com/containers/toolbox/pull/1251
This commit is contained in:
Debarshi Ray 2023-03-01 19:41:56 +01:00
parent 9506173f88
commit cafbca996e

View file

@ -215,6 +215,7 @@ func migrate(cmd *cobra.Command, args []string) error {
logrus.Debug("Migrating to newer Podman")
if utils.IsInsideContainer() {
logrus.Debug("Migration not needed: running inside a container")
return nil
}