2007-04-09 H.J. Lu <hongjiu.lu@intel.com>
* prims.cc (load_jvmti_agent): Add the missing `,'.
From-SVN: r123672
+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.
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;