Skip to content

Commit b78c92c

Browse files
committed
better example in readme
1 parent 44c7047 commit b78c92c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ Any user-defined status lines should be of the same form as the Correlator statu
112112
for example::
113113

114114
on all wait(5.0) {
115-
log "MyApplication status: kpi1="+kpi1.toString()+" kpi2="+kpi2.toString()+" string_kpi=\""+kpi3+"\"" at INFO;
115+
log "MyApplication status:"
116+
+" kpi1="+kpi1.toString()
117+
+" kpi2="+kpi2.toString()
118+
+" string_kpi=\""+kpi3+"\"" at INFO;
116119
}
117120

118121
Technical detail: the frequency and timing of other status lines may not match when the main "Correlator status:" lines

0 commit comments

Comments
 (0)