From 27418ac04f861089fe72c8af956fca1c59d87034 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 9 Jan 2012 22:57:10 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34472 72102866-910b-0410-8b05-ffd578937521 --- Source/GSAvahiNetService.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GSAvahiNetService.m b/Source/GSAvahiNetService.m index 17597f575..a4da80dc4 100644 --- a/Source/GSAvahiNetService.m +++ b/Source/GSAvahiNetService.m @@ -235,7 +235,7 @@ NSDataFromAvahiStringList(AvahiStringList* list) if (buffer == NULL) { // Should we raise an exception? - NSDebugLog(@"Couldn't allocate %"PRIuPTR" bytes for txt record",, + NSDebugLog(@"Couldn't allocate %"PRIuPTR" bytes for txt record", (uintptr_t)len); return nil; }