From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28488 invoked by alias); 12 May 2011 21:43:38 -0000 Received: (qmail 28461 invoked by uid 9586); 12 May 2011 21:43:37 -0000 Date: Thu, 12 May 2011 21:43:00 -0000 Message-ID: <20110512214337.28450.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-352-gc9c8c40 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6ef4a081aa57aeee85ea280bd2fdd949956bbd35 X-Git-Newrev: c9c8c40628430b450600dfbf77d49b9205f2511d Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q2/txt/msg00094.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via c9c8c40628430b450600dfbf77d49b9205f2511d (commit) from 6ef4a081aa57aeee85ea280bd2fdd949956bbd35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c9c8c40628430b450600dfbf77d49b9205f2511d Author: Josh Stone Date: Thu May 12 14:40:08 2011 -0700 Silence stap's signal handler It might be nice to print a signal diagnostic in more verbose modes, but we don't know the session's verbose flag at that point. So, keep quiet. * main.cxx (handle_interrupt): Don't brag about signals. ----------------------------------------------------------------------- Summary of changes: main.cxx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool