Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
576f337f
Commit
576f337f
authored
Jun 15, 2011
by
Jelte Jansen
Browse files
[trac756] a few trivial typos
parent
2826df63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/log/log.cc
View file @
576f337f
...
...
@@ -417,7 +417,7 @@ Logger_performOutput(Function function, PyObject* args, bool dbgLevel) {
if
(
number
<
start
)
{
return
(
PyErr_Format
(
PyExc_TypeError
,
"Too few arguments to "
"logging call, at last %zu needed and %zd "
"logging call, at l
e
ast %zu needed and %zd "
"given"
,
start
,
number
));
}
...
...
@@ -440,7 +440,7 @@ Logger_performOutput(Function function, PyObject* args, bool dbgLevel) {
}
// We create the logging message right now. If we fail to convert a
// parameter to string, at last the part that we already did will
// parameter to string, at l
e
ast the part that we already did will
// be output
Logger
::
Formatter
formatter
(
function
(
dbg
,
mid
.
c_str
()));
...
...
@@ -607,7 +607,7 @@ PyModuleDef iscLog = {
NULL
};
}
}
// end anonymous namespace
PyMODINIT_FUNC
PyInit_log
(
void
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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