commit | 2c2b889ea228dfdce546741b5eaa27406c0b33ad | [log] [tgz] |
---|---|---|
author | Steve DiBenedetto <dibenede@cs.colostate.edu> | Thu Feb 27 11:46:48 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 11 17:08:31 2014 -0700 |
tree | 6ce93b77ab781cdd846dbd6f96db003c9658f525 | |
parent | cb4fc83bff266a5334e8165a7e0e2798c8c4a550 [diff] [blame] |
mgmt, main: add support for authorized commands refs: #1227 Change-Id: I907d1fa6e78775470c5376fcdfe898be4c311001
diff --git a/daemon/mgmt/config-file.cpp b/daemon/mgmt/config-file.cpp index a55650e..8018310 100644 --- a/daemon/mgmt/config-file.cpp +++ b/daemon/mgmt/config-file.cpp
@@ -34,7 +34,7 @@ { std::string msg = "Failed to read configuration file: "; msg += filename; - throw Error(filename); + throw Error(msg); } parse(inputFile, isDryRun, filename); inputFile.close();