diff --git a/GMW_data/MagClass.cs b/GMW_data/MagClass.cs index af57be7c..0fe9e1c8 100644 --- a/GMW_data/MagClass.cs +++ b/GMW_data/MagClass.cs @@ -684,7 +684,7 @@ namespace GMW_data if (checkUDC(UDC)) { answ = reportPrinter.obj.stampaCartellino(tipoCart, UDC, printer); - logger.lg.scriviLog(string.Format(" | {0} | stampato UDC {1} | stampante {2} | tipo {2}", clientIp, UDC, printer, tipoCart), tipoLog.INFO); + logger.lg.scriviLog(string.Format(" | {0} | stampato UDC {1} | stampante {2} | tipo {3}", clientIp, UDC, printer, tipoCart), tipoLog.INFO); } return answ; }