Commit c2854b2
Phil Hindman
Ensure that 'start logging' displays correct filename
Previously the filename was calculated twice: first when opening the
file, and then when displaying the message. There is a small chance
that the time would change between those two events, causing the
displayed filename to be incorrect. This change calculates the name
once and then uses that name in both places.1 parent b5c5f7b commit c2854b2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments