2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

	* HACKING: Indicate that header files should be consulted for
	  documentation, particularly logging levels in lib/log.h.
	* log.h: Document appropriate use of syslog logging priorities
	  inside quagga.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d334b04..79062ca 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
+	* log.h: Document appropriate use of syslog logging priorities
+	  inside quagga.
+
+2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
 	* command.h: Remove fields log_stdout and log_syslog from struct host,
 	  since they are just trying to duplicate information in the
 	  zlog_default structure.  Note that this fixes a bug since those