diff --git a/be/src/util/debug-util.cc b/be/src/util/debug-util.cc index 6ca8f2dd6..e259f55ab 100644 --- a/be/src/util/debug-util.cc +++ b/be/src/util/debug-util.cc @@ -252,9 +252,9 @@ string GetBuildVersion() { stringstream ss; ss << Version::BUILD_VERSION #ifdef NDEBUG - << " release" + << " RELEASE" #else - << " debug" + << " DEBUG" #endif << " (build " << Version::BUILD_HASH << ")" << endl