lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4980] Eliminate even more gratuitous redundancy


From: Greg Chicares
Subject: [lmi-commits] [4980] Eliminate even more gratuitous redundancy
Date: Wed, 09 Jun 2010 00:15:49 +0000

Revision: 4980
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4980
Author:   chicares
Date:     2010-06-09 00:15:48 +0000 (Wed, 09 Jun 2010)
Log Message:
-----------
Eliminate even more gratuitous redundancy

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-06-08 17:08:42 UTC (rev 4979)
+++ lmi/trunk/ChangeLog 2010-06-09 00:15:48 UTC (rev 4980)
@@ -25979,3 +25979,8 @@
   dbvalue.cpp
 Eliminate gratuitous redundancy.
 
+20100609T0015Z <address@hidden> [704]
+
+  dbvalue.cpp
+Eliminate even more gratuitous redundancy.
+

Modified: lmi/trunk/dbvalue.cpp
===================================================================
--- lmi/trunk/dbvalue.cpp       2010-06-08 17:08:42 UTC (rev 4979)
+++ lmi/trunk/dbvalue.cpp       2010-06-09 00:15:48 UTC (rev 4980)
@@ -221,9 +221,9 @@
         {
         z = 0;
         fatal_error()
-            << "Trying to index database item with key "
-            << key_
-            << " past end of data."
+            << "Trying to index database item '"
+            << GetDBNames()[key_].ShortName
+            << "' past end of data."
             << LMI_FLUSH
             ;
         }
@@ -251,9 +251,9 @@
         {
         z = 0;
         fatal_error()
-            << "Trying to index database item with key "
-            << key_
-            << " past end of data."
+            << "Trying to index database item '"
+            << GetDBNames()[key_].ShortName
+            << "' past end of data."
             << LMI_FLUSH
             ;
         }
@@ -289,7 +289,6 @@
         << '"' << GetDBNames()[key_].LongName << '"'
         << '\n'
         << "  name='" << GetDBNames()[key_].ShortName << "'"
-        << " key=" << key_
         << '\n'
         ;
     if(!gloss_.empty())
@@ -342,9 +341,7 @@
             fatal_error()
                 << "Database item '"
                 << GetDBNames()[key_].ShortName
-                << "' with key "
-                << key_
-                << " has invalid length "
+                << "' has invalid length "
                 << *ai
                 << " in a dimension where "
                 << *mi
@@ -361,9 +358,7 @@
             fatal_error()
                 << "Database item '"
                 << GetDBNames()[key_].ShortName
-                << "' with key "
-                << key_
-                << " has invalid duration."
+                << "' has invalid duration."
                 << LMI_FLUSH
                 ;
             }
@@ -383,9 +378,7 @@
         fatal_error()
             << "Database item '"
             << GetDBNames()[key_].ShortName
-            << "' with key "
-            << key_
-            << " has invalid dimensions."
+            << "' has invalid dimensions."
             << LMI_FLUSH
             ;
         }




reply via email to

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