Skip to content

Commit

Permalink
show version kphp2cpp in debug logs (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia authored Nov 2, 2023
1 parent 4b33e24 commit 8ee6876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/kphp2cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ int main(int argc, char *argv[]) {
}

if (settings->verbosity.get() >= 3) {
std::cerr << "Version: " << get_version_string() << std::endl;
parser.dump_options(std::cerr);
}

Expand Down

0 comments on commit 8ee6876

Please sign in to comment.