Improve BackgroundInfo logging.

This commit is contained in:
levlam 2024-03-19 17:51:24 +03:00
parent 649b8cef01
commit e1d1e38606

View File

@ -54,7 +54,7 @@ class BackgroundInfo {
};
inline StringBuilder &operator<<(StringBuilder &string_builder, const BackgroundInfo &background_info) {
return string_builder << background_info.background_id_ << " with type " << background_info.background_type_;
return string_builder << background_info.background_id_ << " with " << background_info.background_type_;
}
} // namespace td