diff options
| author | philsong <[email protected]> | 2014-03-12 14:17:35 +0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-15 09:00:48 +0100 |
| commit | 2834bc8013e6a48c212d429807b61afdbb1ae0f1 (patch) | |
| tree | e643c7e1b392a55fa485e074a30d1879dc8dc6e8 /src/qt/addresstablemodel.cpp | |
| parent | Merge pull request #3871 (diff) | |
| download | discoin-2834bc8013e6a48c212d429807b61afdbb1ae0f1.tar.xz discoin-2834bc8013e6a48c212d429807b61afdbb1ae0f1.zip | |
qt: change CT_NOW string to CT_NEW in log message
Closes #3852.
Rebased-By: Wladimir J. van der Laan <[email protected]>
Rebased-From: 5f2907a, 88d3df4
Diffstat (limited to 'src/qt/addresstablemodel.cpp')
| -rw-r--r-- | src/qt/addresstablemodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index 2987e5fdd..dfbd445ce 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); |