~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to repro/ReproRunner.cxx

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2013-03-21 20:12:33 UTC
  • Revision ID: package-import@ubuntu.com-20130321201233-xw981446hds8c2t7
Tags: 1.8.5-3
log an error if TLS mappings file missing (Closes: #703644)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1248
1248
   ifstream mappingsFile(mappingsFileName.c_str());
1249
1249
   if(!mappingsFile)
1250
1250
   {
 
1251
      ErrLog(<< "failed to open mappings file: " << mappingsFileName << ", aborting");
1251
1252
      throw std::runtime_error("Error opening/reading mappings file");
1252
1253
   }
1253
1254