forked from brl/citadel-tools
added citadel.debug as a recognized kernel command line var
This commit is contained in:
parent
b7d4f1e570
commit
6f007692dc
@ -99,6 +99,10 @@ impl CommandLine {
|
||||
CommandLine::var_exists("citadel.verbose")
|
||||
}
|
||||
|
||||
pub fn debug() -> bool {
|
||||
CommandLine::var_exists("citadel.debug")
|
||||
}
|
||||
|
||||
|
||||
fn new() -> CommandLine {
|
||||
CommandLine{ varmap: HashMap::new() }
|
||||
|
Loading…
Reference in New Issue
Block a user