Commit 70275c38 by H.J. Lu Committed by H.J. Lu

prims.cc (load_jvmti_agent): Add the missing `,'.

2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>

	* prims.cc (load_jvmti_agent): Add the missing `,'.

From-SVN: r123672
parent 3fe9aa9e
2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
* prims.cc (load_jvmti_agent): Add the missing `,'.
2007-04-09 Kyle Galloway <kgallowa@redhat.com>
* gij.cc (main): Accept -agentlib and -agentpath options.
......
......@@ -1398,7 +1398,7 @@ load_jvmti_agent (const char *name)
if (!jvmti_agentonload)
{
fprintf (stderr,
"libgcj: Error finding agent function in library %s.\n"
"libgcj: Error finding agent function in library %s.\n",
name);
lt_dlclose (lib);
lib = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment