- Timestamp:
- Nov 27, 2008, 12:44:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.cc
r709 r710 149 149 if (!S_ISREG(nodestat.st_mode)) { 150 150 std::stringstream ss; 151 ss << "svndigest: `" << root_->value() << "' is not a regular file"; 151 ss << "svndigest: `" << config_file_->value() 152 << "' is not a regular file"; 152 153 throw cmd_error(ss.str()); 153 154 }
Note: See TracChangeset
for help on using the changeset viewer.