stream-restore: Enable database dumping if DEBUG_VOLUME is defined.

This commit is contained in:
Tanu Kaskinen 2011-04-27 13:08:38 +03:00 committed by Colin Guthrie
parent 4c3f7b0f30
commit fea4942aa2

View file

@ -1690,8 +1690,8 @@ static void apply_entry(struct userdata *u, const char *name, struct entry *e) {
}
}
#if 0
static void dump_database(struct userdata *u) {
#ifdef DEBUG_VOLUME
PA_GCC_UNUSED static void stream_restore_dump_database(struct userdata *u) {
pa_datum key;
pa_bool_t done;