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
Kea
Commits
6d135861
Commit
6d135861
authored
Oct 25, 2012
by
Mukund Sivaraman
Browse files
[2357] Update the scaffolding which message compiler generates
parent
296e1199
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/compiler/message.cc
View file @
6d135861
...
...
@@ -134,7 +134,7 @@ sentinel(Filename& file) {
string
name
=
file
.
name
();
string
ext
=
file
.
extension
();
string
sentinel_text
=
"__"
+
name
+
"_"
+
ext
.
substr
(
1
);
string
sentinel_text
=
name
+
"_"
+
ext
.
substr
(
1
);
isc
::
util
::
str
::
uppercase
(
sentinel_text
);
return
(
sentinel_text
);
}
...
...
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