if (update)
{
- dprint (1, (debugfile, "Updating progress: %ld\n", pos));
if (progress->flags & M_PROGRESS_SIZE)
{
pos = pos / (progress->inc << 10) * (progress->inc << 10);
}
else
snprintf (posstr, sizeof (posstr), "%ld", pos);
-
+
+ dprint (5, (debugfile, "updating progress: %s\n", posstr));
+
progress->pos = pos;
if (now)
progress->timestamp = now;