summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorivan <ivan>2005-06-17 05:07:48 +0000
committerivan <ivan>2005-06-17 05:07:48 +0000
commitda25a477f5708005668c6eb3f12efbb2a40eefdd (patch)
treed224b8d4db3aadc023c35b9c48b2a513472ae084 /httemplate/misc/process
parented9ae05f8f25eb26fa7279cc8548041af19e1e1b (diff)
add more info to debugging
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/link.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/process/link.cgi b/httemplate/misc/process/link.cgi
index aaa434a57..2a3b3bbf9 100755
--- a/httemplate/misc/process/link.cgi
+++ b/httemplate/misc/process/link.cgi
@@ -31,8 +31,9 @@ unless ( $svcnum ) {
"(svcpart $svcpart):\n";
foreach my $svc_x ( @svc_x ) {
warn " ". $svc_x->email.
- " (pkgnum ". $svc_x->cust_svc->pkgnum.
- ", svcpart ". $svc_x->cust_svc->svcpart. ")\n";
+ " (svcnum". $svc_x->svcnum. ",".
+ " pkgnum ". $svc_x->cust_svc->pkgnum. ",".
+ " svcpart ". $svc_x->cust_svc->svcpart. ")\n";
}
}