From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 14AE4138A87 for ; Sat, 21 Feb 2015 21:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD604E0997; Sat, 21 Feb 2015 21:59:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7773AE0997 for ; Sat, 21 Feb 2015 21:59:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA083409F4 for ; Sat, 21 Feb 2015 21:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC881242D for ; Sat, 21 Feb 2015 21:59:13 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424555878.3dba5ecae440817434b182e5f0148016db826634.a3li@gentoo> Subject: [gentoo-commits] proj/ag:master commit in: / X-VCS-Repository: proj/ag X-VCS-Files: ag X-VCS-Directories: / X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 3dba5ecae440817434b182e5f0148016db826634 X-VCS-Branch: master Date: Sat, 21 Feb 2015 21:59:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ec8f2a8-1623-4970-9635-88bfddadc0fe X-Archives-Hash: cc59c2241a461dcab67227eed843645f commit: 3dba5ecae440817434b182e5f0148016db826634 Author: Alex Legler a3li li> AuthorDate: Sat Feb 21 21:57:39 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sat Feb 21 21:57:58 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=3dba5eca Print filename for failed files --- ag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag b/ag index 7b6d662..4b857e3 100755 --- a/ag +++ b/ag @@ -127,7 +127,7 @@ def do_incremental Ag::Storage.store($options.name, mail) maildir_message.process unless $options.readonly rescue => e - $stderr.puts "Cannot save message #{mail.message_id}: #{e.message}" + $stderr.puts "Cannot save message #{mail.message_id} (file #{maildir_message.filename}): #{e.message}" next end end