diff options
author | julien.pierre.boogz%sun.com <devnull@localhost> | 2008-10-10 20:47:52 +0000 |
---|---|---|
committer | julien.pierre.boogz%sun.com <devnull@localhost> | 2008-10-10 20:47:52 +0000 |
commit | 9c8bda8210445ac22c2a3c48e057ea2cb495d047 (patch) | |
tree | 44b7145d6b070c5055b2f300d925d5c0379e8606 /security/nss | |
parent | 714de2658d3044da3635a60abe47aec1339e860b (diff) | |
download | nss-hg-9c8bda8210445ac22c2a3c48e057ea2cb495d047.tar.gz |
Fix for bug 427493. Log tstclnt return code. r=nelson
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/cmd/tstclnt/tstclnt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/cmd/tstclnt/tstclnt.c b/security/nss/cmd/tstclnt/tstclnt.c index 24c57e787..06c154108 100644 --- a/security/nss/cmd/tstclnt/tstclnt.c +++ b/security/nss/cmd/tstclnt/tstclnt.c @@ -1059,6 +1059,7 @@ int main(int argc, char **argv) exit(1); } + FPRINTF(stderr, "tstclnt: exiting with return code %d\n", error); PR_Cleanup(); return error; } |