mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-11-02 22:47:37 +00:00
Revert incorrect patch.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1578 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
1c1800dd1b
commit
bbb7a141cc
@ -184,6 +184,10 @@ unsigned int logsys_config_subsys_set (
|
||||
if (strcmp (logsys_loggers[i].subsys, subsys) == 0) {
|
||||
logsys_loggers[i].tags = tags;
|
||||
logsys_loggers[i].priority = priority;
|
||||
|
||||
if (priority > logsys_loggers[i].priority) {
|
||||
logsys_loggers[i].priority = priority;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user