Index: client-src/runtar.c
===================================================================
RCS file: /cvsroot/amanda/amanda/client-src/runtar.c,v
retrieving revision 1.11.4.2
diff -u -r1.11.4.2 runtar.c
--- client-src/runtar.c	1999/09/10 23:27:13	1.11.4.2
+++ client-src/runtar.c	2001/01/23 05:35:45
@@ -79,7 +79,7 @@
     }
 
     if (geteuid() != 0) {
-	error("error [must be setuid root]\n");
+	error("error [must be setuid root: euid is %ld]\n", (long)geteuid());
     }
 #endif
 
