summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-11-29 10:03:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-11-29 10:03:13 +0100
commit26a40bc174a638fec054305174bfabf3f105a63e (patch)
treea1c37da642a13d2b2ea6fc48d1b78d72382cfd59 /PLUGINS.html
parent990bc6a11f675cb54c7f1f6495f931a1f6b61f8c (diff)
downloadvdr-26a40bc174a638fec054305174bfabf3f105a63e.tar.gz
vdr-26a40bc174a638fec054305174bfabf3f105a63e.tar.bz2
Added a note to PLUGINS.html about writing log messages in English
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index 92a4d313..fb6ff2aa 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -605,7 +605,10 @@ Under no circumstances must a plugin print anything to stdout or stderr during
normal operation! The only exceptions being special debug information as described
above, fatal error messages that will cause VDR to abort, or if it is the sole
purpose of the plugin to display something on stdout, like for instance the
-<i>skincurses</i> plugin, which displays the OSD at the console.
+<i>skincurses</i> plugin, which displays the OSD at the console.<br>
+<br>
+Please make any log messages in <b>ENGLISH</b>! Logs are usually sent to the developers
+of a program, and they may not be able to read them if they are in an exotic language.
</modified>
<hr><h2><a name="Main menu entry">Main menu entry</a></h2>