mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
mgr/PyState: shut up about get_config on nonexistent keys
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
5e46c354cf
commit
89cf82c599
@ -234,7 +234,7 @@ ceph_config_get(PyObject *self, PyObject *args)
|
||||
dout(10) << "ceph_config_get " << what << " found: " << value.c_str() << dendl;
|
||||
return PyString_FromString(value.c_str());
|
||||
} else {
|
||||
derr << "ceph_config_get " << what << " not found " << dendl;
|
||||
dout(4) << "ceph_config_get " << what << " not found " << dendl;
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user