Skip to content

Commit

Permalink
Merge r6357 from head to 0.8 release branch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6369 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jan 1, 2007
1 parent 7747d2e commit 10c4356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgslogger.cpp
Expand Up @@ -112,7 +112,7 @@ void QgsLogger::debug(const QString& var, double val, int debuglevel, const char
}
else
{
qDebug("%s: %d: (%s), %s: %d", file, line, function, var.toLocal8Bit().data(), val);
qDebug("%s: %d: (%s), %s: %f", file, line, function, var.toLocal8Bit().data(), val);
}
}
}
Expand Down

0 comments on commit 10c4356

Please sign in to comment.