From: David Reiss Date: Wed, 27 Feb 2008 07:45:10 +0000 (+0000) Subject: Fix a warning message. X-Git-Tag: 0.2.0~951 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=10ae20f684a364f3c7f4151e8ea93993593e3b15;p=common%2Fthrift.git Fix a warning message. Forgot to update this when copy-pasting. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665521 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/src/thrifty.yy b/compiler/cpp/src/thrifty.yy index 9aa56bdd..74222ba5 100644 --- a/compiler/cpp/src/thrifty.yy +++ b/compiler/cpp/src/thrifty.yy @@ -315,7 +315,7 @@ Header: /* TODO(dreiss): Get rid of this once everyone is using the new hotness. */ | tok_java_package tok_identifier { - pwarning(1, "'cpp_namespace' is deprecated. Use 'namespace cpp' instead"); + pwarning(1, "'java package' is deprecated. Use 'namespace java' instead"); pdebug("Header -> tok_java_package tok_identifier"); if (g_parse_mode == PROGRAM) { g_program->set_namespace("java", $2);