# | Line 23 | Line 23 | ext::String Mounter::secret(api::TheEnvi | |
---|---|---|
23 | ||
24 | void Mounter::load() | |
25 | { | |
26 | < | api::Cerr << "Mounter::load()" << ios::NewLine; |
26 | > | if (Spectre2::debug) api::Cerr << "Mounter::load()" << ios::NewLine; |
27 | ||
28 | #ifdef __FreeBSD__ | |
29 | { | |
# | Line 38 | Line 38 | void Mounter::load() | |
38 | ||
39 | void Mounter::run() | |
40 | { | |
41 | < | api::Cerr << "Mounter::run()" << ios::NewLine; |
41 | > | if (Spectre2::debug) api::Cerr << "Mounter::run()" << ios::NewLine; |
42 | ||
43 | ::sleep(5); | |
44 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |