From 4a5550c8225d762f684d4047e20cc45274b6a785 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 7 Jun 2000 05:43:37 +0000 Subject: * Lots of bug fixes and cleanup; new i18n files, etc. --- remote-cstms.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'remote-cstms.c') diff --git a/remote-cstms.c b/remote-cstms.c index 057e50a..b058739 100644 --- a/remote-cstms.c +++ b/remote-cstms.c @@ -83,7 +83,7 @@ start_remote_job_p (first_p) Customs requires a privileged source port be used. */ make_access (); - if (ISDB (DB_EXTRA)) + if (ISDB (DB_JOBS)) Rpc_Debug(1); /* Ping the daemon once to see if it is there. */ @@ -124,8 +124,8 @@ start_remote_job_p (first_p) status = Customs_Host (EXPORT_SAME, &permit); if (status != RPC_SUCCESS) { - DB (DB_EXTRA, (_("Customs won't export: %s\n"), - Rpc_ErrorMessage (status))); + DB (DB_JOBS, (_("Customs won't export: %s\n"), + Rpc_ErrorMessage (status))); return 0; } -- cgit v1.2.3