[Kst] branches/work/kst/portto4/kst/src/libkst
Mike Fenton
mike at staikos.net
Fri Feb 20 22:08:58 CET 2009
SVN commit 929178 by fenton:
Improve datavector debug logging.
M +2 -2 datavector.cpp
--- branches/work/kst/portto4/kst/src/libkst/datavector.cpp #929177:929178
@@ -80,13 +80,13 @@
void DataVector::sourceUpdated(ObjectPtr object) {
#if DEBUG_UPDATE_CYCLE > 1
- qDebug() << "UP - Data Source update required by Vector" << shortName() << "for update of" << object->shortName();
+ qDebug() << "\t\tUP - Data Source update required by Vector" << shortName() << "for update of" << object->shortName();
#endif
writeLock();
UpdateManager::self()->updateStarted(object, this);
if (update()) {
#if DEBUG_UPDATE_CYCLE > 1
- qDebug() << "UP - Vector" << shortName() << "has been updated as part of update of" << object->shortName() << "informing dependents";
+ qDebug() << "\t\t\tUP - Vector" << shortName() << "has been updated as part of update of" << object->shortName() << "informing dependents";
#endif
emit updated(object);
}
More information about the Kst
mailing list