Skip to content

Commit a5c5b0a

Browse files
committed
fix log util default path
1 parent 653cbcc commit a5c5b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infoLoggerTester.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ if {[catch {
173173
# inject message
174174
puts -nonewline "Test message injection: "
175175
set status 0
176-
if {[catch {exec /opt/o2-InfoLogger/bin/log -s Debug -oFacility=test "$testString"} results]} {
176+
if {[catch {exec /opt/o2-InfoLogger/bin/o2-infologger-log -s Debug -oFacility=test "$testString"} results]} {
177177
if {[lindex $::errorCode 0] eq "CHILDSTATUS"} {
178178
set status [lindex $::errorCode 2]
179179
} else {

0 commit comments

Comments
 (0)