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
This commit is contained in:
H.J. Lu 2007-04-09 15:07:08 +00:00 committed by H.J. Lu
parent 3fe9aa9ea7
commit 70275c384c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;