Log exceptions during verify loop.
authorScott Cantor <cantor.2@osu.edu>
Sat, 22 Sep 2007 04:08:59 +0000 (04:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 22 Sep 2007 04:08:59 +0000 (04:08 +0000)
samlsign/samlsign.cpp

index 04ceb52..1683edd 100644 (file)
@@ -265,7 +265,8 @@ int main(int argc,char* argv[])
                             good = true;
                             break;
                         }
-                        catch (exception&) {
+                        catch (exception& e) {
+                            log.info("error trying verification key: %s", e.what());
                         }
                     }
                     if (!good)