Skip to content

Commit e2d2a0d

Browse files
authored
Update capture_ZWO.cpp: Add newline
1 parent 7aa3f7a commit e2d2a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/capture_ZWO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ long saved_newExposure_us = newExposure_us;
19241924

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

0 commit comments

Comments
 (0)