about summary refs log tree commit diff
path: root/src/rt/rust_log.cpp
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2013-04-02 09:42:08 -0700
committerNiko Matsakis <niko@alum.mit.edu>2013-04-05 05:36:03 -0400
commit2a44a1bd97cbd072646f98eb60db6de08f679f1b (patch)
tree73e938ce602036d9cc3c7299c7a5babda8d1650d /src/rt/rust_log.cpp
parentd28f7344125b47b7e991413c5612708ce8d5ed77 (diff)
downloadrust-2a44a1bd97cbd072646f98eb60db6de08f679f1b.tar.gz
rust-2a44a1bd97cbd072646f98eb60db6de08f679f1b.zip
Fix various warnings, NOTEs, etc
Diffstat (limited to 'src/rt/rust_log.cpp')
-rw-r--r--src/rt/rust_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp
index 2b86db6defe..32723cf31bc 100644
--- a/src/rt/rust_log.cpp
+++ b/src/rt/rust_log.cpp
@@ -314,7 +314,7 @@ void update_log_settings(void* crate_map, char* settings) {
                      n_dirs, &n_matches);
 
     if (n_matches < n_dirs) {
-        // NOTE: Android compiler is complaining about format specifiers here
+        // NB: Android compiler is complaining about format specifiers here
         // and I don't understand why
         /*printf("warning: got %" PRIdPTR " RUST_LOG specs, "
                "enabled %" PRIdPTR " flags.",