Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyoyuppe committed Mar 30, 2021
1 parent b0296e8 commit 94e5604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/WebcamReportTool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

std::ofstream& log()
{
static std::ofstream report{ "webcam_diag_report.txt" };
static std::ofstream report{ "WebcamReport.txt" };
return report;
}

Expand Down

0 comments on commit 94e5604

Please sign in to comment.