From 8188bfa14541233ef09caf8287a720f9e00920a6 Mon Sep 17 00:00:00 2001 From: Peter Hosey Date: Thu, 6 Jul 2006 10:09:50 +0000 Subject: [PATCH] More descriptive log. git-svn-id: svn://svn.adiumx.com/adium/trunk@16647 1c916fce-81e2-0310-a464-8ca513f45935 --- Source/AIXMLAppender.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/AIXMLAppender.m b/Source/AIXMLAppender.m index b782706c8..269244503 100644 --- a/Source/AIXMLAppender.m +++ b/Source/AIXMLAppender.m @@ -271,7 +271,7 @@ enum { xmlMarkerLength = 21 }; { //Check our precondition if ([keys count] != [values count]) { - NSLog(@"Attribute key and value arrays are of differing lengths, %u and %u, respectively", [keys count], [values count]); + NSLog(@"Attribute %@ failed creation: key and value arrays are of differing lengths, %u and %u, respectively", name, [keys count], [values count]); return nil; } -- 2.11.4.GIT