[glom/glom-1-20] Update some debug output



commit 3c2ba5b0d92cd36d5daa924e00a2338be506a611
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Dec 19 00:04:53 2011 +0100

    Update some debug output

 glom/mode_data/db_adddel/db_adddel.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/mode_data/db_adddel/db_adddel.cc b/glom/mode_data/db_adddel/db_adddel.cc
index 4453c33..0024198 100644
--- a/glom/mode_data/db_adddel/db_adddel.cc
+++ b/glom/mode_data/db_adddel/db_adddel.cc
@@ -2257,7 +2257,7 @@ void DbAddDel::user_changed(const Gtk::TreeModel::iterator& row, guint col)
     else
     {
       //A field value was entered, but the record has not been added yet, because not enough information exists yet.
-       g_warning("Box_Data_List::on_adddel_user_changed(): debug: record not yet added.");
+      std::cout << G_STRFUNC << ": debug: record not yet added." << std::endl;
     }
   }
 }



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