aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2017-05-24 23:52:37 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-05-26 09:36:24 +0200
commit79ed48a2c69f991abfc0bd02b92237094467c7f8 (patch)
tree22009a84b93bdb45347fbee6bc4f836f4620707c /src
parentd0e58c4790f499afa5d1fcafb2f9e4c3f47b3ca0 (diff)
Modify misleading TODO.
Unfortunately, we aren't ready to turn logging on by default, so cannot convert die/pdie to FATAL log messages. PiperOrigin-RevId: 157041142
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/util/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/util/errors.h b/src/main/cpp/util/errors.h
index 72cfc70671..62f1b3c90a 100644
--- a/src/main/cpp/util/errors.h
+++ b/src/main/cpp/util/errors.h
@@ -13,7 +13,7 @@
// limitations under the License.
//
// TODO(b/32967056) die() and pdie() are really error statements with an exit;
-// these can be removed now that logging exists.
+// these can be removed once logging is on by default.
#ifndef BAZEL_SRC_MAIN_CPP_UTIL_ERRORS_H_
#define BAZEL_SRC_MAIN_CPP_UTIL_ERRORS_H_