Rev 1961 | Rev 2107 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1961 | Rev 1989 | ||
|---|---|---|---|
| Line 135... | Line 135... | ||
| 135 | { |
135 | { |
| 136 | std::cout << this->command_line_ << std::endl; |
136 | std::cout << this->command_line_ << std::endl; |
| 137 | return false; |
137 | return false; |
| 138 | } |
138 | } |
| 139 | 139 | ||
| 140 | log::Info(log_module_, "Using %s as |
140 | log::Info(log_module_, "Using %s as configuration file.", this->GetAsString("file").c_str()); |
| 141 | 141 | ||
| 142 | return true; |
142 | return true; |
| 143 | } |
143 | } |
| 144 | 144 | ||
| 145 | bool Manager::Exist(std::string name) |
145 | bool Manager::Exist(std::string name) |