projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e589f38
)
device-manager: debug and comments
author
Colin Guthrie
<cguthrie@mandriva.org>
Sun, 20 Sep 2009 13:43:53 +0000
(14:43 +0100)
committer
Colin Guthrie
<cguthrie@mandriva.org>
Thu, 1 Oct 2009 08:08:30 +0000
(09:08 +0100)
src/modules/module-device-manager.c
patch
|
blob
|
history
diff --git
a/src/modules/module-device-manager.c
b/src/modules/module-device-manager.c
index
75059f7
..
e029c1d
100644
(file)
--- a/
src/modules/module-device-manager.c
+++ b/
src/modules/module-device-manager.c
@@
-322,7
+322,7
@@
static void subscribe_callback(pa_core *c, pa_subscription_event_type_t t, uint3
data.data = &entry;
data.size = sizeof(entry);
- pa_log_info("Storing device
description for
%s.", name);
+ pa_log_info("Storing device %s.", name);
pa_database_set(u->database, &key, &data, TRUE);
@@
-569,6
+569,7
@@
static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio
key.data = (char*) name;
key.size = strlen(name);
+ /** @todo: Reindex the priorities */
pa_database_unset(u->database, &key);
}