lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5396] Improve a diagnostic message


From: Greg Chicares
Subject: [lmi-commits] [5396] Improve a diagnostic message
Date: Fri, 17 Feb 2012 18:02:26 +0000

Revision: 5396
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5396
Author:   chicares
Date:     2012-02-17 18:02:25 +0000 (Fri, 17 Feb 2012)
Log Message:
-----------
Improve a diagnostic message

Modified Paths:
--------------
    lmi/trunk/ihs_irc7702a.cpp

Modified: lmi/trunk/ihs_irc7702a.cpp
===================================================================
--- lmi/trunk/ihs_irc7702a.cpp  2012-02-09 13:23:40 UTC (rev 5395)
+++ lmi/trunk/ihs_irc7702a.cpp  2012-02-17 18:02:25 UTC (rev 5396)
@@ -1047,8 +1047,12 @@
         // payments together; but we don't need to, since we're a MEC
         // and the cumulative payments are no longer relevant.
         fatal_error()
-            << "Cumulative premium during most recent seven-pay period"
-            << " should be " << CumPmts
+            << "While processing a decrease in"
+            << " policy month " << PolicyMonth
+            << ", policy year " << PolicyYear
+            << ", " << TestPeriodDur
+            << " months after beginning of most recent seven-pay period"
+            << ", cumulative premium should be " << CumPmts
             << " but is " << cum_prem
             << "; discrepancy is " << (cum_prem - CumPmts) << "."
             << LMI_FLUSH




reply via email to

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