[Pkg-privacy-commits] [libgsecuredelete] 60/168: Better uniformity in reported error message (completion to 8e39048)

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 20:06:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository libgsecuredelete.

commit 048fa383f7889e84214753f08f3986926a0525c8
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Sat Feb 27 17:25:18 2010 +0100

    Better uniformity in reported error message (completion to 8e39048)
    
    Forgot to update the messages in the sync() variant.
---
 gsecuredelete/async-operation.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gsecuredelete/async-operation.vala b/gsecuredelete/async-operation.vala
index 7cd0cad..307fca6 100644
--- a/gsecuredelete/async-operation.vala
+++ b/gsecuredelete/async-operation.vala
@@ -445,9 +445,9 @@ namespace Gsd
           
           success = false;
           if (! Process.if_exited (exit_status)) {
-            message = "Subprocess crashed: " + error_output;
+            message = "Subprocess crashed.\n" + error_output;
           } else if (Process.exit_status (exit_status) != 0) {
-            message = "Subprocess failed: " + error_output;
+            message = "Subprocess failed.\n" + error_output;
           } else {
             success = true;
           }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git



More information about the Pkg-privacy-commits mailing list