diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-07 05:43:37 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-07 05:43:37 +0000 |
commit | 4a5550c8225d762f684d4047e20cc45274b6a785 (patch) | |
tree | 943515aca19373ad0fe0dce0cb852c2eca7b0cab /remote-cstms.c | |
parent | e5c40f6e5ad9d485f7caada51e2361758baa67dd (diff) | |
download | gunmake-4a5550c8225d762f684d4047e20cc45274b6a785.tar.gz |
* Lots of bug fixes and cleanup; new i18n files, etc.
Diffstat (limited to 'remote-cstms.c')
-rw-r--r-- | remote-cstms.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |