adium 2327:bbb3bb4bb4b1: AILog when we're posting a Growl notifi...

commits at adium.im commits at adium.im
Mon May 25 22:31:33 UTC 2009


details:	http://hg.adium.im/adium/rev/bbb3bb4bb4b1
revision:	2327:bbb3bb4bb4b1
author:		Zachary West <zacw at adium.im>
date:		Mon May 25 18:31:27 2009 -0400

AILog when we're posting a Growl notification.

diffstat:

 Source/NEHGrowlPlugin.m |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r c5d94b0835f1 -r bbb3bb4bb4b1 Source/NEHGrowlPlugin.m
--- a/Source/NEHGrowlPlugin.m	Mon May 25 18:12:24 2009 -0400
+++ b/Source/NEHGrowlPlugin.m	Mon May 25 18:31:27 2009 -0400
@@ -277,6 +277,9 @@
 			  title,
 			  description);
 	
+	AILog(@"Posting Growl notification: Event ID: %@, listObject: %@, chat: %@, description: %@",
+		  eventID, listObject, chat, description);
+	
 	[GrowlApplicationBridge notifyWithTitle:title
 								description:description
 						   notificationName:eventID




More information about the commits mailing list