Bad formatter in slotCallStatusChanged logs
callId
had type std::string
but %lu
formatter is used at several places: slotCallStatusChanged
, slotNewIncomingCall
... We should call c_str()
and use %s
instead.
See https://git.ring.cx/savoirfairelinux/ring-client-gnome/blob/master/src/ringmainwindow.cpp#L1838