Browse Source

error message add format

tags/v1.1.0
wangwenhua1@huawei.com 3 years ago
parent
commit
19a5f5df2b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inc/framework/common/debug/log.h

+ 1
- 0
inc/framework/common/debug/log.h View File

@@ -276,6 +276,7 @@ std::string FmtToStr(const T &t) {
std::string fmt;
std::stringstream st;
st << "[" << t << "]";
fmt = st.str();
return fmt;
}



Loading…
Cancel
Save