cscvs to tla changeset 95
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:55 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:55 +0000 (23:47 +0000)
Author: noodles
Date: 2003/09/29 07:35:26
Fix printf usage for an error message to logthing.

parsekey.c

index a98e8cc7952277a90e2e9f2994ad097dafc28d3d..4829e3e934efd73d1068b33991e95f0a59a515b8 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2002 Project Purple
  *
- * $Id: parsekey.c,v 1.9 2003/09/28 21:07:49 noodles Exp $
+ * $Id: parsekey.c,v 1.10 2003/09/29 07:35:26 noodles Exp $
  */
 
 #include <assert.h>
@@ -219,7 +219,9 @@ int read_openpgp_stream(int (*getchar_func)(void *ctx, size_t count,
                                        curpacket->packet->length += 192;
                                } else if (curpacket->packet->length > 223 &&
                                        curpacket->packet->length < 255) {
-                                       printf("Partial length; not supported.\n");
+                                       logthing(LOGTHING_NOTICE,
+                                               "Partial length;"
+                                               " not supported.\n");
                                } else if (curpacket->packet->length == 255) {
                                        /*
                                         * 5 byte length; ie 255 followed by 3