Skip to content

Commit f0d005b

Browse files
committed
---
yaml --- r: 110322 b: refs/heads/try c: e5a49a2 h: refs/heads/master v: v3
1 parent d5023f5 commit f0d005b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5-
refs/heads/try: c9024d2922059f875bcdd460c74bfe3f5bb7f237
5+
refs/heads/try: e5a49a2fcfbc98ec4c63654bab5d6b0da028fd79
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/liblog/directive.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ use std::cmp;
1212

1313
#[deriving(Show, Clone)]
1414
pub struct LogDirective {
15-
name: Option<~str>,
16-
level: u32,
15+
pub name: Option<~str>,
16+
pub level: u32,
1717
}
1818

1919
static LOG_LEVEL_NAMES: [&'static str, ..4] = ["error", "warn", "info",

0 commit comments

Comments
 (0)