* Add a separate option log_dir for the log directory.

This commit is contained in:
Justin Maggard
2010-10-27 00:51:39 +00:00
parent b66f85936f
commit bd22632840
6 changed files with 25 additions and 2 deletions

View File

@ -45,6 +45,7 @@ sqlite3 * db;
char dlna_no_conv[] = "DLNA.ORG_OP=01;DLNA.ORG_CI=0";
char friendly_name[FRIENDLYNAME_MAX_LEN];
char db_path[PATH_MAX] = DEFAULT_DB_PATH;
char log_path[PATH_MAX] = DEFAULT_LOG_PATH;
struct media_dir_s * media_dirs = NULL;
struct album_art_name_s * album_art_names = NULL;
struct client_cache_s clients[CLIENT_CACHE_SLOTS];