mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
downgrade a log message
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@875 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
713637cf42
commit
724cd9d811
1 changed files with 1 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ static int load_rules(struct userdata *u) {
|
||||||
|
|
||||||
if (!f) {
|
if (!f) {
|
||||||
if (errno == ENOENT) {
|
if (errno == ENOENT) {
|
||||||
pa_log(__FILE__": starting with empty ruleset.");
|
pa_log_info(__FILE__": starting with empty ruleset.");
|
||||||
ret = 0;
|
ret = 0;
|
||||||
} else
|
} else
|
||||||
pa_log(__FILE__": failed to open file '%s': %s", u->table_file, strerror(errno));
|
pa_log(__FILE__": failed to open file '%s': %s", u->table_file, strerror(errno));
|
||||||
|
|
@ -204,7 +204,6 @@ static int save_rules(struct userdata *u) {
|
||||||
for (i = 0; i < rule->volume.channels; i++)
|
for (i = 0; i < rule->volume.channels; i++)
|
||||||
fprintf(f, " %u", rule->volume.values[i]);
|
fprintf(f, " %u", rule->volume.values[i]);
|
||||||
|
|
||||||
|
|
||||||
fprintf(f, "\n");
|
fprintf(f, "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue