Skip to content

Commit

Permalink
Log the DSS Version in the trace file.
Browse files Browse the repository at this point in the history
  • Loading branch information
perdrix52 committed Oct 24, 2024
1 parent f2bce90 commit 78de147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DeepSkyStacker/DeepSkyStacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ DeepSkyStacker::DeepSkyStacker() :
{
ZFUNCTRACE_RUNTIME();
DSSBase::setInstance(this);
ZTRACE_RUNTIME(baseTitle); // Report version in the trace file

//
// Set to F1 (Windows) or Command + ? (MacOs) or ?? to invoke help
Expand Down

0 comments on commit 78de147

Please sign in to comment.