X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BBDEFDC6BFE for ; Thu, 27 Jun 2013 22:35:56 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 869DA21077 for ; Thu, 27 Jun 2013 18:35:53 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute4.internal (MEProxy); Thu, 27 Jun 2013 18:35:53 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :in-reply-to:references; s=smtpout; bh=x+tPSMaD+EgyWs/Wkpi2DBuw3 jg=; b=j/PKLywDy9Oar4cmO+DQCOy9yThygX8HSsQRyynYSiFAN5t1mRI4GwlA/ CjD/9N/41Pr6xpACR9jJ9Hq+GbIS+nU3NKx+6jsI0395TydGZkl2vcpu7inq5Y8h OWWMdZt1aXT/W9D0fCdaKY1Phyl5UtR9jtMtteqTk0ndoMWA6E= X-Sasl-enc: J2GziWJ7G0KlFsMk3xYYN5bbeBEA9Wa0EbRzmNwnHVcQ 1372372553 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id 53F5268021D for ; Thu, 27 Jun 2013 18:35:53 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 8/8] log no dirent in archive (?) Date: Thu, 27 Jun 2013 18:35:49 -0400 Message-Id: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- src/database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database.c b/src/database.c index 55b19a0..a46a638 100644 --- a/src/database.c +++ b/src/database.c @@ -2292,7 +2292,7 @@ static int apk_db_install_archive_entry(void *_ctx, diri = find_diri(ipkg, bdir, diri, &ctx->file_diri_node); if (diri == NULL) { if (!APK_BLOB_IS_NULL(bdir)) { - apk_error(PKG_VER_FMT": "BLOB_FMT": no dirent in archive\n", + apk_lerror(PKG_VER_FMT": "BLOB_FMT": no dirent in archive\n", pkg, BLOB_PRINTF(name)); ipkg->broken_files = 1; return 0; -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---