Skip to content

Commit

Permalink
Merge pull request #20 from jksevend/patch-1
Browse files Browse the repository at this point in the history
Update App.cpp
  • Loading branch information
lganzzzo authored Apr 27, 2022
2 parents d0371e5 + ded3f3a commit ded6d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main(int argc, const char * argv[]) {

run();

/* Print how much objects were created during app running, and what have left-probably leaked */
/* Print how many objects were created during app running, and what have left-probably leaked */
/* Disable object counting for release builds using '-D OATPP_DISABLE_ENV_OBJECT_COUNTERS' flag for better performance */
std::cout << "\nEnvironment:\n";
std::cout << "objectsCount = " << oatpp::base::Environment::getObjectsCount() << "\n";
Expand Down

0 comments on commit ded6d9c

Please sign in to comment.