Skip to content

Commit

Permalink
~ Added log messages to trigger the build in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Nov 26, 2023
1 parent b9342a4 commit 09712ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LottiePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ extern "C" {
vDebug << "Initialized logger (debug) test message";
vWarning << "Initialized logger (warning) test message";
vCritical << "Initialized logger (critical) test message";
// print the paths
vDebug << "log_dir_path: " << log_dir_path;
vDebug << "log_file_name: " << log_file_name;
vDebug << "log_file_roll_size_mb: " << log_file_roll_size_mb;
return 0;
}
}

0 comments on commit 09712ce

Please sign in to comment.