Skip to content

Commit b4cb39d

Browse files
committed
---
yaml --- r: 336 b: refs/heads/master c: aca5082 h: refs/heads/master v: v3
1 parent dcc7ce4 commit b4cb39d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9c81889ad258c34635532dc7017d1c2b831230b8
2+
refs/heads/master: aca5082273a6f43cbaa8161ab3538d05b1c1a260

trunk/src/rt/rust_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
static uint32_t
1212
read_type_bit_mask() {
13-
uint32_t bits = rust_log::ULOG | rust_log::ERR | rust_log::ALL;
13+
uint32_t bits = rust_log::ULOG | rust_log::ERR;
1414
char *env_str = getenv("RUST_LOG");
1515
if (env_str) {
1616
bits = 0;

0 commit comments

Comments
 (0)