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 4B276DC01FF for ; Thu, 27 Jun 2013 22:35:51 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E5FE420D6B for ; Thu, 27 Jun 2013 18:35:50 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 27 Jun 2013 18:35:50 -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=xGROkvq8aTNjMC97Gr1t78Wcr xI=; b=aXDkoNz7r+/5Tg8Bn2EENgUQe31JuOg/gk/dMaCwBTz/LXr+eGnA3GKV3 4rXBDIpMYEW5VIG8Wel5t6CkI/iav4Sjw6WRZMi4fXlZjSjetNN0+q7OerN0Lzy2 pOYJI+NtacPg1h567A5PMSFXgsm+lSIZfIZ01VpjBIerrigow4= X-Sasl-enc: V4whzFkxL2JPyf0eaIy19tJFyqx6tp1+qQMI7PnrONy0 1372372550 Received: from localhost (unknown [69.86.161.244]) by mail.messagingengine.com (Postfix) with ESMTPA id B156468021D for ; Thu, 27 Jun 2013 18:35:50 -0400 (EDT) From: Dubiousjim To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 2/8] log repository updates Date: Thu, 27 Jun 2013 18:35:43 -0400 Message-Id: <3f8d3e481b620e249a17b9385cf6afd5971a3638.1372372343.git.dubiousjim@gmail.com> 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/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update.c b/src/update.c index ed721be..e1c7f3d 100644 --- a/src/update.c +++ b/src/update.c @@ -30,7 +30,7 @@ static int update_main(void *ctx, struct apk_database *db, struct apk_string_arr if (APK_BLOB_IS_NULL(repo->description)) continue; - apk_message(BLOB_FMT " [%s]", + apk_lmessage(BLOB_FMT " [%s]", BLOB_PRINTF(repo->description), db->repos[i].url); } -- 1.8.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---