prims.cc (load_jvmti_agent): Add the missing `,'.
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 9 Apr 2007 15:07:08 +0000 (15:07 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 9 Apr 2007 15:07:08 +0000 (08:07 -0700)
2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r123672

libjava/ChangeLog
libjava/prims.cc

index fa8624eef06d2af8e3c1138039458c08f2246cc4..5869b0c5f3b72ad266e4c6e8f765dacab90d42cd 100644 (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.
index c610d72eea860f597133cd7ba17cea3a89e186f0..c2ecaf12374b087da1fe026527ab58d4a56b76a0 100644 (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;