Drop version number on startup

This commit is contained in:
Ron Pedde 2006-11-11 21:47:43 +00:00
parent 792fa16f1e
commit d90fd30a9b

View File

@ -358,7 +358,8 @@ int main(int argc, char *argv[]) {
exit(EXIT_SUCCESS);
}
DPRINTF(E_LOG,L_MAIN,"Starting with debuglevel %d\n",err_getlevel());
DPRINTF(E_LOG,L_MAIN,"Firefly Version %s: Starting with debuglevel %d\n",
VERSION,err_getlevel());
/* load plugins before we drop privs? Maybe... let the
* plugins do stuff they might need to */