Skip to content

Commit

Permalink
Merge pull request #46 from zivid/warmup-align-printout-with-cpp-sample
Browse files Browse the repository at this point in the history
Align printout in C# Warmup sample with C++ Warmup sample
  • Loading branch information
SatjaSivcev authored Oct 11, 2021
2 parents b9d58ea + 667a48a commit df1a5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Camera/InfoUtilOther/Warmup/Warmup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Main()

DateTime beforeWarmup = DateTime.Now;

Console.WriteLine("Starting warm up for: {0} minutes", warmupTime);
Console.WriteLine("Starting warm up for: {0} minutes", warmupTime.Minutes);

while (DateTime.Now.Subtract(beforeWarmup) < warmupTime)
{
Expand Down

0 comments on commit df1a5cd

Please sign in to comment.