Trivial patch of the day attached.  -Nathan
>From bcc51015b37c1dc2eef6b4cb4adc29ed3022b4fc Mon Sep 17 00:00:00 2001
From: Nathan Kidd <nk...@opentext.com>
Date: Fri, 21 Sep 2012 11:54:11 -0400
Subject: [PATCH] Fix tiny error message typo

---
 server/pbwin.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/pbwin.cpp b/server/pbwin.cpp
index eb04073..fae3cc0 100644
--- a/server/pbwin.cpp
+++ b/server/pbwin.cpp
@@ -455,7 +455,7 @@ void pbwin::sendvgl(vgltransconn *vgltrans, GLint drawbuf, bool spoillast,
 		{
 			alreadywarned=true;
 			rrout.println("[VGL] NOTICE: RGB encoding requires RGB pixel readback, which does not match");
-			rrout.println("[VGL}    the pixel format of the Pbuffer.  Disabling PBO readback.");
+			rrout.println("[VGL]    the pixel format of the Pbuffer.  Disabling PBO readback.");
 		}
 	}
 
-- 
1.7.10

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
VirtualGL-Devel mailing list
VirtualGL-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-devel

Reply via email to