Index: /branches/eam_branches/psModules.20240412/src/detrend/pmOverscan.c
===================================================================
--- /branches/eam_branches/psModules.20240412/src/detrend/pmOverscan.c	(revision 42658)
+++ /branches/eam_branches/psModules.20240412/src/detrend/pmOverscan.c	(revision 42659)
@@ -309,5 +309,5 @@
 	// we require 2 overscan regions, and they must match these directions:
 	if (overscans->n != 2) {
-	    psLogMsg (__func__, PS_LOG_ERROR, "CELL.READDIR = -1, requires 2 overscan regions but %d supplied", (int) overscans->n);
+	    psLogMsg (__func__, PS_LOG_ERROR, "OVERSCAN.2D requires 2 overscan regions but %d supplied", (int) overscans->n);
 	    psLogMsg (__func__, PS_LOG_ERROR, "e.g.: CELL.BIASSEC STR [591:624,1:608],[1:590,598:608]");
 	    psError(PS_ERR_BAD_PARAMETER_VALUE, false, "Unable to generate overscan vector.\n");
