Skip to content

Commit

Permalink
Move fppdLog.txt to fppd.log for pending log rotation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinkham committed Nov 7, 2013
1 parent 5724fc1 commit 76470d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/fppd
Binary file not shown.
2 changes: 1 addition & 1 deletion src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void initSettings(void)
settings.universeFile = strdup("/home/pi/media/universes");
settings.pixelnetFile = strdup("/home/pi/media/pixelnetDMX");
settings.scheduleFile = strdup("/home/pi/media/schedule");
settings.logFile = strdup("/home/pi/media/logs/fppdLog.txt");
settings.logFile = strdup("/home/pi/media/logs/fppd.log");
settings.silenceMusic = strdup("/home/pi/media/silence.ogg");
settings.bytesFile = strdup("/home/pi/media/bytesReceived");
settings.settingsFile = strdup("/home/pi/media/settings");
Expand Down

0 comments on commit 76470d6

Please sign in to comment.