better saved memmory display

git-svn-id: https://svn.musicpd.org/mpd/trunk@2607 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-11-11 05:25:05 +00:00
parent 30ea485c63
commit 1d123cd496
4 changed files with 35 additions and 15 deletions

View File

@@ -97,7 +97,7 @@ void printMemorySavedByTagTracker() {
}
}
DEBUG("saved memory: %li\n", (long)sum);
DEBUG("saved memory from tags: %li\n", (long)sum);
}
void sortTagTrackerInfo() {