Skip to content

Commit

Permalink
Set modeler name for logs (instead of [noname]) (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored Jan 8, 2025
1 parent c6a693e commit b488581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/solver/modeler/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ using namespace Antares::Solver;

int main(int argc, const char** argv)
{
logs.applicationName("modeler");

if (argc < 1)
{
logs.error() << "No study path provided, exiting.";
Expand Down

0 comments on commit b488581

Please sign in to comment.