commit | 919ae80934969d9e6b44d537d5ca5cda7e75a9a9 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周四 3月 27 21:41:11 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周四 3月 27 21:41:11 2008 +0000 |
tree | 040837cd648f3f8b3cf99a03ddb7688ed1c0937b | |
parent | 54b602b7468dd1260a3d65d389e449b572cdff0f [diff] |
Fix a stale debug message. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665607 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/thrifty.yy b/compiler/cpp/src/thrifty.yy index 2040d5f..61febeb 100644 --- a/compiler/cpp/src/thrifty.yy +++ b/compiler/cpp/src/thrifty.yy
@@ -343,7 +343,7 @@ } | tok_csharp_namespace tok_identifier { - pdebug("Header -> tok_csharp_package tok_identifier"); + pdebug("Header -> tok_csharp_namespace tok_identifier"); if (g_parse_mode == PROGRAM) { g_program->set_csharp_namespace($2); }