From 2834bc8013e6a48c212d429807b61afdbb1ae0f1 Mon Sep 17 00:00:00 2001 From: philsong Date: Wed, 12 Mar 2014 14:17:35 +0800 Subject: qt: change CT_NOW string to CT_NEW in log message Closes #3852. Rebased-By: Wladimir J. van der Laan Rebased-From: 5f2907a, 88d3df4 --- src/qt/addresstablemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/addresstablemodel.cpp') diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index 2987e5fdda..dfbd445ce3 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -114,7 +114,7 @@ public: case CT_NEW: if(inModel) { - qDebug() << "AddressTablePriv::updateEntry : Warning: Got CT_NOW, but entry is already in model"; + qDebug() << "AddressTablePriv::updateEntry : Warning: Got CT_NEW, but entry is already in model"; break; } parent->beginInsertRows(QModelIndex(), lowerIndex, lowerIndex); -- cgit v1.2.3