* Print SQLite library version on startup.

This commit is contained in:
Justin Maggard 2009-07-09 17:40:40 +00:00
parent b1f4c35017
commit 2ea232b518

View File

@ -652,7 +652,7 @@ main(int argc, char * * argv)
DPRINTF(E_WARN, L_GENERAL, "Starting ReadyDLNA version " MINIDLNA_VERSION ".\n");
unlink("/ramfs/.upnp-av_scan");
#else
DPRINTF(E_WARN, L_GENERAL, "Starting MiniDLNA version " MINIDLNA_VERSION ".\n");
DPRINTF(E_WARN, L_GENERAL, "Starting MiniDLNA version " MINIDLNA_VERSION " [SQLite %s].\n", sqlite3_libversion());
#endif
LIST_INIT(&upnphttphead);