diff src/log.h @ 10171:829a569993e0

[gaim-migrate @ 11263] DaSkreech noticed that the per-conversation logs could not over-rule the global options. I figured out that gaim_log_write was the cause, it was checking global options but not local ones. Stu determined that these checks were redundant. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 11 Nov 2004 19:00:33 +0000
parents db62420a53a2
children 84cf3fc8a2cb
line wrap: on
line diff
--- a/src/log.h	Thu Nov 11 18:00:32 2004 +0000
+++ b/src/log.h	Thu Nov 11 19:00:33 2004 +0000
@@ -137,7 +137,7 @@
 	void gaim_log_free(GaimLog *log);
 
 	/**
-	 * Writes to a log file
+	 * Writes to a log file. Assumes you have checked preferences already.
 	 *
 	 * @param log          The log to write to
 	 * @param type         The type of message being logged