Commit 9fcbb392 authored by Umberto Baldi's avatar Umberto Baldi Committed by Silvano Cerza

fix error being printed in index parsing during first start (#1672)

parent e6285efd
......@@ -159,7 +159,7 @@ func CreateInstanceAndRunFirstUpdate() *rpc.Instance {
// we must use instance.Create instead of instance.CreateAndInit for the
// reason stated above.
if err := FirstUpdate(inst); err != nil {
feedback.Errorf(tr("Error updating indexes: %v"), status)
feedback.Errorf(tr("Error updating indexes: %v"), err)
os.Exit(errorcodes.ErrGeneric)
}
return inst
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment