Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
12a5fa5d
Commit
12a5fa5d
authored
Aug 17, 2000
by
Andreas Gustafsson
Browse files
say 'due to assertion failure', not 'due assertion failure'
parent
771b2ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/main.c
View file @
12a5fa5d
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: main.c,v 1.7
8
2000/08/
09 23:40:16 tale
Exp $ */
/* $Id: main.c,v 1.7
9
2000/08/
17 01:30:31 gson
Exp $ */
#include <config.h>
...
...
@@ -99,7 +99,7 @@ assertion_failed(const char *file, int line, isc_assertiontype_t type,
isc_assertion_typetotext
(
type
),
cond
);
isc_log_write
(
ns_g_lctx
,
NS_LOGCATEGORY_GENERAL
,
NS_LOGMODULE_MAIN
,
ISC_LOG_CRITICAL
,
"exiting (due assertion failure)"
);
"exiting (due
to
assertion failure)"
);
}
else
{
fprintf
(
stderr
,
"%s:%d: %s(%s) failed
\n
"
,
file
,
line
,
isc_assertion_typetotext
(
type
),
cond
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment