diff options
| author | Philip Kaufmann <[email protected]> | 2013-09-04 11:52:45 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-09-06 10:32:07 +0200 |
| commit | 42018eff07d235930ca91fa9e76e7ac128183438 (patch) | |
| tree | e90e584fb8643d63ee9c6083599b29b0ed48bded /src/qt/clientmodel.h | |
| parent | Merge pull request #2978 from gmaxwell/rpc_settxfee_doc (diff) | |
| download | discoin-42018eff07d235930ca91fa9e76e7ac128183438.tar.xz discoin-42018eff07d235930ca91fa9e76e7ac128183438.zip | |
Bitcoin-Qt: Use qDebug() for printing to debug.log
- removes all usages of PrintDebugStringF from Qt code
- ensure same format for all debug.log messages "functionname : Message"
Diffstat (limited to 'src/qt/clientmodel.h')
| -rw-r--r-- | src/qt/clientmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index f9d491aa5..15074300b 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -60,8 +60,8 @@ private: int cachedNumBlocks; int cachedNumBlocksOfPeers; - bool cachedReindexing; - bool cachedImporting; + bool cachedReindexing; + bool cachedImporting; int numBlocksAtStartup; |