fix marker listing output
[ust.git] / ust / ust.c
index d05674535dfbd5d4c9ecf3fdc0b5cb807ee4842d..3f87c73454ac0b6460177a07d491467a265987d9 100644 (file)
--- a/ust/ust.c
+++ b/ust/ust.c
@@ -310,7 +310,7 @@ int main(int argc, char *argv[])
                                unsigned int i = 0;
                                while (cmsf[i].channel != NULL) {
                                        printf("{PID: %u, channel/marker: %s/%s, "
-                                               "state: %u, fs: %s}\n",
+                                               "state: %u, fmt: %s}\n",
                                                (unsigned int) *pidit,
                                                cmsf[i].channel,
                                                cmsf[i].marker,
This page took 0.022993 seconds and 4 git commands to generate.