]> err.no Git - sope/blobdiff - sope-core/NGExtensions/NGLogging.subproj/NGLogEvent.m
Drop apache 1 build-dependency
[sope] / sope-core / NGExtensions / NGLogging.subproj / NGLogEvent.m
index 1aa543e3a0df9c3090e50fc822454eec70963d68..c095c1900043651226e72dac5cd23e6094937d24 100644 (file)
@@ -80,7 +80,7 @@ static Class DateClass = Nil;
     case NGLogLevelFatal: lvl = @"FATAL"; break;
     default:              lvl = @"ALL";   break;
   }
-  return [NSString stringWithFormat:@"<%@[0x%08X] date=%@ level=%@ msg:%@>",
+  return [NSString stringWithFormat:@"<%@[0x%p] date=%@ level=%@ msg:%@>",
                       NSStringFromClass([self class]), self,
                       [self date], lvl, self->msg];
 }