aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-10 12:24:33 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-10 12:24:33 +0000
commit04a23441e116b8c7c6a8786a961dcafec2c789a5 (patch)
tree5ccc94eb45d187f83e57303d395954581de2102f /src/main.c
parent8bba38177e4e85b9b6f2f48f826b6e829dceb11a (diff)
downloadmpd-04a23441e116b8c7c6a8786a961dcafec2c789a5.tar.gz
mpd-04a23441e116b8c7c6a8786a961dcafec2c789a5.tar.xz
mpd-04a23441e116b8c7c6a8786a961dcafec2c789a5.zip
some more fixes
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2573 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7cbfaf23f..65557a4b8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -35,6 +35,7 @@
#include "inputPlugin.h"
#include "inputStream.h"
#include "tag.h"
+#include "tagTracker.h"
#include "../config.h"
#include <stdio.h>
@@ -427,8 +428,10 @@ int main(int argc, char * argv[]) {
initAudioDriver();
initVolume();
initInterfaces();
- initInputStream();
+ initInputStream();
+ printMemorySavedByTagTracker();
+
daemonize(&options);
setupLogOutput(&options, out, err);