lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4925] Improve a diagnostic


From: Greg Chicares
Subject: [lmi-commits] [4925] Improve a diagnostic
Date: Sat, 08 May 2010 13:46:13 +0000

Revision: 4925
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4925
Author:   chicares
Date:     2010-05-08 13:46:13 +0000 (Sat, 08 May 2010)
Log Message:
-----------
Improve a diagnostic

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

Modified: lmi/trunk/dbvalue.cpp
===================================================================
--- lmi/trunk/dbvalue.cpp       2010-05-08 13:43:12 UTC (rev 4924)
+++ lmi/trunk/dbvalue.cpp       2010-05-08 13:46:13 UTC (rev 4925)
@@ -185,7 +185,11 @@
                 << GetDBNames()[key_].ShortName
                 << "' with key "
                 << key_
-                << " has invalid length in at least one dimension."
+                << " has invalid length "
+                << *ai
+                << " in a dimension where "
+                << *mi
+                << " was expected."
                 << LMI_FLUSH
                 ;
             }





reply via email to

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