Author: lkajan-guest
Date: 2012-09-12 14:48:50 +0000 (Wed, 12 Sep 2012)
New Revision: 12206

Modified:
   trunk/packages/rcsb-core-wrapper/trunk/debian/patches/devnull-log
Log:
annotated patch

Modified: trunk/packages/rcsb-core-wrapper/trunk/debian/patches/devnull-log
===================================================================
--- trunk/packages/rcsb-core-wrapper/trunk/debian/patches/devnull-log   
2012-09-12 14:44:33 UTC (rev 12205)
+++ trunk/packages/rcsb-core-wrapper/trunk/debian/patches/devnull-log   
2012-09-12 14:48:50 UTC (rev 12206)
@@ -1,3 +1,9 @@
+Author: Laszlo Kajan <[email protected]>
+Description: do not attempt to remove log file when it is "/dev/null"
+ Silencing logging is only possible by setting the log file to "/dev/null",
+ but there is an error when it tries to remove this file, and it can not.
+ This patch checks the log file name, and "/dev/null" is not removed.
+Forwarded: 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2012-September/017173.html
 --- a/cif-parser/include/CifParserBase.h
 +++ b/cif-parser/include/CifParserBase.h
 @@ -73,7 +73,9 @@
@@ -6,8 +12,8 @@
          **  \param[in] parseLogFileName - relative or absolute name of the 
file
 -        **    where parsing log is to be stored.
 +        **    where parsing log is to be stored. Defaults to
-+      **    "<input-file>-parser.log" if left empty.
-+      **    Use "/dev/null" to disable logging.
++        **    "<input-file>-parser.log" if left empty.
++        **    Use "/dev/null" to disable logging.
          **  \param[out] diagnostics - parsing result. If empty, parsing
          **    completed with no warnings or errors. If non-empty, there were
          **    parsing warnings and/or parsing errors.


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to