diff --git a/Code/Visu/otbGLVectorImageViewClick.txx b/Code/Visu/otbGLVectorImageViewClick.txx
index 64dd5e267f99ad4588d1a5e7e279d5488f2c94a4..febc15e15ebf4a4bbee2b7f5bc2091ab0b287a11 100755
--- a/Code/Visu/otbGLVectorImageViewClick.txx
+++ b/Code/Visu/otbGLVectorImageViewClick.txx
@@ -329,7 +329,7 @@ GLVectorImageViewClick<TPixel,TPixelOverlay>::
 PrintInfos(void)
 {
 otbMsgDevMacro(  << this->GetNameOfClass() );
-otbMsgDevMacro(  << "- cW, cH               :  ["<<this->cW<<","<<this->cH<<"]"< );
+otbMsgDevMacro(  << "- cW, cH               :  ["<<this->cW<<","<<this->cH<<"]" );
 otbMsgDevMacro(  << "- zoom                 :   "<<this->winZoom() );
 otbMsgDevMacro(  << "- zoom                 :   "<<this->cWinZoom );
 otbMsgDevMacro(  << "- m_CenterPointImage   :   "<<m_CenterPointImage);