mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Improved the description of where logging goes in the INSTALL file
This commit is contained in:
parent
913d4657c7
commit
de45da896a
@ -2196,3 +2196,6 @@ Diego Pierotto <vdr-italian@tiscali.it>
|
||||
Timo Eskola <timo@tolleri.net>
|
||||
for implementing sending all frames to devices that can handle them in fast forward
|
||||
trick speeds
|
||||
|
||||
Elias Luttinen <el@iki.fi>
|
||||
for improving the description of where logging goes in the INSTALL file
|
||||
|
2
HISTORY
2
HISTORY
@ -5469,3 +5469,5 @@ Video Disk Recorder Revision History
|
||||
- Updated the Hungarian language texts (thanks to Thomas Günther).
|
||||
- Fixed description of DeviceSetAvailableTrack() and cReceiver(), and added an
|
||||
example ~cMyReceiver() in PLUGINS.html (thanks to Marco Schlüßler).
|
||||
- Improved the description of where logging goes in the INSTALL file (thanks to
|
||||
Elias Luttinen).
|
||||
|
5
INSTALL
5
INSTALL
@ -66,8 +66,9 @@ to the 'make' command. Alternatively, you can call VDR with the command
|
||||
line option '--vfat'.
|
||||
|
||||
When running, the 'vdr' program writes status information into the
|
||||
system log file (/var/log/messages). You may want to watch these
|
||||
messages (tail -f /var/log/mesages) to see if there are any problems.
|
||||
system log file, which is usually /var/log/messages (or /var/log/user.log,
|
||||
depending on your syslog configuration). You may want to watch these
|
||||
messages (tail -f /var/log/messages) to see if there are any problems.
|
||||
|
||||
The program can be controlled via a network connection to its SVDRP
|
||||
port ("Simple Video Disk Recorder Protocol"). By default, it listens
|
||||
|
Loading…
Reference in New Issue
Block a user