Skip to content

Commit 78fa6a1

Browse files
authored
Update capture_ZWO.cpp: Let closeUp() display message
1 parent d7bd536 commit 78fa6a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/capture_ZWO.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,6 @@ long saved_newExposure_us = newExposure_us;
19281928

19291929
// See if we should exit.
19301930
if (CG.maxImages > 0 && numExposures >= CG.maxImages) {
1931-
Log(1, "Stopping after %d image%s.\n", CG.maxImages, CG.maxImages == 1 ? "" : "s");
19321931
closeUp(EXIT_STOP);
19331932
}
19341933
}

0 commit comments

Comments
 (0)