From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCHv3] daemon: give friendlier error messages to clients Date: Sat, 15 Oct 2011 13:13:11 -0700 Message-ID: <7vzkh1vrdq.fsf@alter.siamese.dyndns.org> References: <7vvcrs181e.fsf@alter.siamese.dyndns.org> <20111014131041.GC7808@sigill.intra.peff.net> <20111014192326.GA7713@sigill.intra.peff.net> <20111014210251.GD16371@elie.hsd1.il.comcast.net> <20111014211244.GA16429@sigill.intra.peff.net> <20111014211921.GB16429@sigill.intra.peff.net> <7vk486x0hq.fsf@alter.siamese.dyndns.org> <20111015082647.GA7302@elie.hsd1.il.comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jakub Narebski , Sitaram Chamarty , Jeff King , Nguyen Thai Ngoc Duy , git@vger.kernel.org, Ilari Liusvaara , Johannes Sixt To: Jonathan Nieder X-From: git-owner@vger.kernel.org Sun Oct 16 00:09:49 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RFCQO-0006o3-KZ for gcvg-git-2@lo.gmane.org; Sun, 16 Oct 2011 00:09:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751594Ab1JOWJl (ORCPT ); Sat, 15 Oct 2011 18:09:41 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:45380 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224Ab1JOWJk (ORCPT ); Sat, 15 Oct 2011 18:09:40 -0400 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id EA6745B11; Sat, 15 Oct 2011 18:09:39 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:references:message-id:mime-version:content-type; s=sasl; bh=g5L+ydGHZoJwXC+s+XE/bAnZnBo=; b=dZBywGjW2hIuHvKCi8Za l9+PYgLVvpsW4lj64IPzt/rvgiwqTI1Nn3y2wGDiECHbgCyPPudLKq5YDFwDD1DE sx8pRIsqH6PV2SM7QSiaIHrd4BqbyE6BUtaigxlxiq+lycBR0UpQKCkJZ4/vztge uHlTlKGIKekdIcg+RUQ2FKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:date:references:message-id:mime-version:content-type; q=dns; s=sasl; b=X39zL6qqXPShpR3fqNtgzajah4R/rzZz4Duqh54xSzx9Xl StJh71a9dAraQziezviLFtavgXM7sBmshuT1KPW+SIakseqLKA0FM1FfvaKbPH+7 nUJ4XznH6vpNSzqW7v+pTmF+x/U4Rl7yE/swQvtjXNEuTDK2yR+dJquguY/TE= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id E15515B10; Sat, 15 Oct 2011 18:09:39 -0400 (EDT) Received: from pobox.com (unknown [76.102.170.102]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 690085B0F; Sat, 15 Oct 2011 18:09:39 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 604BCC2E-F77A-11E0-A0C4-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jonathan Nieder writes: > ... The admin who is eventually forwarded this message > will be reminded ... The admin has access to logs that record the real cause anyway, no? I thought this was all about how the error is given to the end user.