dbtoman: fix missing arg to fprintf
authorJon Trulson <jon@radscan.com>
Fri, 18 Dec 2015 17:00:12 +0000 (10:00 -0700)
committerJon Trulson <jon@radscan.com>
Fri, 18 Dec 2015 17:00:12 +0000 (10:00 -0700)
cde/doc/util/dbtoman/instant/tables.c

index 0cc8c46884d2419d0e54411c5bfb933991c83f42..f01b4488812c7c097378bbcd438965bb82ffeaf1 100644 (file)
@@ -398,7 +398,7 @@ CALStable(
                av[1], av[2]);
        }
        else    {
-               fprintf(stderr, "Incomplete %s table instruction\n");
+          fprintf(stderr, "Incomplete %s table instruction\n", av[1]);
        }
     }