working commit

This commit is contained in:
2026-06-09 22:27:35 +02:00
parent f89340550f
commit 56a73e87b6
2 changed files with 8 additions and 29 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ func (util *Util) restoreDatabase(params restoreDatabaseParams) (restoreDatabase
}
}
for _, grant := range dump.Grants {
log.Infof("Insert grant %s for account %d", grant.Operation, grant.AccountID)
log.Infof("Insert grant %s for account %d", grant.Grantname, grant.AccountID)
err = db.InsertGrant(ctx, &grant)
if err != nil {
log.Errorf("Insert account error: %v", err)