fix comment

This commit is contained in:
pascal
2026-01-09 14:20:22 +01:00
parent 29a31001bd
commit 2b00a429d7

View File

@@ -636,6 +636,6 @@ func CleanupOrphanedIDs[T, S any](ctx context.Context, db *gorm.DB, columnName s
return err
}
log.WithContext(ctx).Infof("Cleanup of orphaned auto_groups from table %s completed", tableName)
log.WithContext(ctx).Infof("Cleanup of orphaned %s from table %s completed", columnName, tableName)
return nil
}