summaryrefslogtreecommitdiff
path: root/remote-cstms.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-07 05:43:37 +0000
committerPaul Smith <psmith@gnu.org>2000-06-07 05:43:37 +0000
commit4c97078de493214d6f3aa2935064d8dd6bf27fb5 (patch)
tree943515aca19373ad0fe0dce0cb852c2eca7b0cab /remote-cstms.c
parenta8e699db1d3861868584c47ed718c1fff5084197 (diff)
downloadmake-4c97078de493214d6f3aa2935064d8dd6bf27fb5.tar.gz
* Lots of bug fixes and cleanup; new i18n files, etc.
Diffstat (limited to 'remote-cstms.c')
-rw-r--r--remote-cstms.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/remote-cstms.c b/remote-cstms.c
index 057e50a2..b0587396 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;
}