When #2943719 went in there was a debug line which wasn't wrapped in a if(variable_get('backup_migrate_verbose')) block, so it always outputs.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | backup_migrate-n3016278-2.patch | 2.08 KB | damienmckenna |
When #2943719 went in there was a debug line which wasn't wrapped in a if(variable_get('backup_migrate_verbose')) block, so it always outputs.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | backup_migrate-n3016278-2.patch | 2.08 KB | damienmckenna |
Comments
Comment #2
damienmckennaThis removes one of the debug messages and wraps the second one as expected.
Comment #4
damienmckennaCommitted.