Commit 025dc57
committed
Fix connector logging bug: dereference pointer to show actual value
The connector variable is a *string from flag.String(), but the logger
was printing the pointer address instead of the actual string value.
This fixes the log output to show 'connector=nixlv2' instead of
'connector=0xc00012a1e0'.1 parent 689f6c7 commit 025dc57
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments