Browse Source

Debug bug fix

QGC4.4
Don Gagne 11 years ago
parent
commit
e36ef7db17
  1. 2
      libs/opmapcontrol/src/core/pureimagecache.cpp

2
libs/opmapcontrol/src/core/pureimagecache.cpp

@ -223,7 +223,7 @@ namespace core { @@ -223,7 +223,7 @@ namespace core {
qlonglong id=++ConnCounter;
Mcounter.unlock();
#ifdef DEBUG_PUREIMAGECACHE
qDebug()<<"Cache dir="<<dir<<" Try to GET:"<<pos.X()+","+pos.Y();
qDebug()<<"Cache dir="<<dir<<" Try to GET:"<<pos.X()<<","<<pos.Y();
#endif //DEBUG_PUREIMAGECACHE
QString db=dir+"Data.qmdb";

Loading…
Cancel
Save