Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
54b602b
)
Fix a stale debug message.
author
David Reiss
<dreiss@apache.org>
Thu, 27 Mar 2008 21:41:11 +0000
(21:41 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 27 Mar 2008 21:41:11 +0000
(21:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665607
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/thrifty.yy
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/thrifty.yy
b/compiler/cpp/src/thrifty.yy
index
2040d5f
..
61febeb
100644
(file)
--- a/
compiler/cpp/src/thrifty.yy
+++ b/
compiler/cpp/src/thrifty.yy
@@
-343,7
+343,7
@@
Header:
}
| tok_csharp_namespace tok_identifier
{
- pdebug("Header -> tok_csharp_
packag
e tok_identifier");
+ pdebug("Header -> tok_csharp_
namespac
e tok_identifier");
if (g_parse_mode == PROGRAM) {
g_program->set_csharp_namespace($2);
}