Skip to content

Commit

Permalink
c4group_ng: Replace accidentally leftover call to printf with std::pr…
Browse files Browse the repository at this point in the history
…intln
  • Loading branch information
Fulgen301 committed Sep 25, 2024
1 parent 2a27121 commit 0754423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c4group_ng.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ int main(int argc, char *argv[])
// Execute when done
if (strExecuteAtEnd[0])
{
printf("Executing: {}\n", strExecuteAtEnd);
std::println("Executing: {}", strExecuteAtEnd);
switch (fork())
{
// Error
Expand Down

0 comments on commit 0754423

Please sign in to comment.