diff --git a/streaming/stream_session.cc b/streaming/stream_session.cc index 26e59a1d69..6a67ce57be 100644 --- a/streaming/stream_session.cc +++ b/streaming/stream_session.cc @@ -432,7 +432,7 @@ future stream_session::prepare(std::vector requ try { db.find_column_family(ks, cf); } catch (no_such_column_family&) { - auto err = format("[Stream #{{}}] prepare requested ks={{}} cf={{}} does not exist", ks, cf); + auto err = format("[Stream #{{}}] prepare requested ks={{}} cf={{}} does not exist", plan_id, ks, cf); sslog.warn(err.c_str()); throw std::runtime_error(err); }