From ca0a88fc7ae8f8fd34123d6a4a89db3ad59dc38f Mon Sep 17 00:00:00 2001 From: Leigh B Stoller <stoller@flux.utah.edu> Date: Tue, 6 Dec 2016 17:05:37 -0700 Subject: [PATCH] Minor debugging change. --- account/manageremote.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/account/manageremote.in b/account/manageremote.in index 528d9b4350..4e3268ddf9 100644 --- a/account/manageremote.in +++ b/account/manageremote.in @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (c) 2010-2011, 2013 University of Utah and the Flux Group. +# Copyright (c) 2010-2016 University of Utah and the Flux Group. # # {{{GENIPUBLIC-LICENSE # @@ -340,6 +340,7 @@ sub AddUser(;$) my $xmlgoo = emutil::ExecQuiet("$DUMPUSER $uid"); if ($?) { + print STDERR "$xmlgoo"; fatal("$DUMPUSER failed"); } my $args = {"xmlstring" => $xmlgoo, -- GitLab