]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: LogEntry: if channel is missing, default to "cluster"
authorJoao Eduardo Luis <joao@redhat.com>
Fri, 19 Sep 2014 16:16:49 +0000 (17:16 +0100)
committerJoao Eduardo Luis <joao@redhat.com>
Mon, 22 Sep 2014 16:36:29 +0000 (17:36 +0100)
commit6c378aebcbae49b8909ba598b307add7b7a23082
tree404907718cdb679aa3035291edb95a0b8d46031b
parent2da1a2914ac7df18ce842b0aac728fffb5bed2b6
common: LogEntry: if channel is missing, default to "cluster"

Keeps backward compatibility when there are entities that do not know
what a channel is.  This way we ensure that those messages are logged as
they were expected to be before channels were introduced: to the cluster
log.

Signed-off-by: Joao Eduardo Luis <joao@redhat.com>
src/common/LogEntry.cc