diff --git a/src/THcDC.cxx b/src/THcDC.cxx
index 568fcec6042bce18198d7ca013fc5d10f9917fe3..3d573a4adb5a075714c035e51e09747ce5c7759f 100644
--- a/src/THcDC.cxx
+++ b/src/THcDC.cxx
@@ -552,7 +552,7 @@ void THcDC::PrintSpacePoints()
 	cout << isp+1 <<  " " << sp->GetX() <<  " " <<  sp->GetY()  <<  " " << sp->GetNHits()<<  " " << sp->GetCombos() << " " ;
 	for (Int_t ii=0;ii<sp->GetNHits();ii++) {
 	  THcDCHit* hittemp = (THcDCHit*)(sp->GetHit(ii));
-	  cout << hittemp->GetWireNum() << " "  ;
+	  cout << hittemp->GetPlaneNum() << " "  << hittemp->GetWireNum() << " ";
         }
         cout << endl;
     }