diff --git a/streaming/stream_session.cc b/streaming/stream_session.cc index 52d71ccdaa..320b23e88e 100644 --- a/streaming/stream_session.cc +++ b/streaming/stream_session.cc @@ -380,7 +380,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); }