lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5836] Show detailed diagnostics upon authentication failu


From: Greg Chicares
Subject: [lmi-commits] [5836] Show detailed diagnostics upon authentication failure
Date: Sun, 17 Nov 2013 14:53:15 +0000

Revision: 5836
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5836
Author:   chicares
Date:     2013-11-17 14:53:14 +0000 (Sun, 17 Nov 2013)
Log Message:
-----------
Show detailed diagnostics upon authentication failure

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/authenticity.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-11-17 14:03:14 UTC (rev 5835)
+++ lmi/trunk/ChangeLog 2013-11-17 14:53:14 UTC (rev 5836)
@@ -32945,3 +32945,8 @@
 Make "Census | Print case to disk" cancellable. See:
   http://lists.nongnu.org/archive/html/lmi/2013-11/msg00017.html
 
+20131117T1453Z <address@hidden> [542]
+
+  authenticity.cpp
+Show detailed diagnostics upon authentication failure.
+

Modified: lmi/trunk/authenticity.cpp
===================================================================
--- lmi/trunk/authenticity.cpp  2013-11-17 14:03:14 UTC (rev 5835)
+++ lmi/trunk/authenticity.cpp  2013-11-17 14:53:14 UTC (rev 5836)
@@ -34,16 +34,16 @@
 #include "global_settings.hpp"
 #include "handle_exceptions.hpp"
 #include "md5.hpp"
-#include "path_utility.hpp"       // fs::path inserter
-#include "platform_dependent.hpp" // chdir()
+#include "path_utility.hpp"             // fs::path inserter
+#include "platform_dependent.hpp"       // chdir()
 #include "system_command.hpp"
 
 #include <boost/filesystem/fstream.hpp>
 #include <boost/filesystem/operations.hpp>
 
-#include <cstdio>  // std::fclose(), std::fopen()
-#include <cstdlib> // std::exit(), EXIT_FAILURE
-#include <cstring> // std::memcpy()
+#include <cstdio>                       // std::fclose(), std::fopen()
+#include <cstdlib>                      // std::exit(), EXIT_FAILURE
+#include <cstring>                      // std::memcpy()
 #include <iomanip>
 #include <sstream>
 
@@ -220,6 +220,7 @@
         }
     catch(...)
         {
+        report_exception();
         oss
             << "At least one required file is missing, altered, or invalid."
             << " Try reinstalling."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]