Make get_events easier to use in a script
[xfstests-dev.git] / dmapi / src / suite1 / cmd / get_events.c
index a674ba620c77e54ef0fa622038391d382abbdbfa..6382050d720d517495f4bb34d467c972b488a4b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
+ * Copyright (c) 2000-2005 Silicon Graphics, Inc.  All Rights Reserved.
  * 
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of version 2 of the GNU General Public License as
@@ -130,7 +130,7 @@ main(
                }
                exit(1);
        }
-       fprintf(stdout, "rlenp is %d\n", rlenp);
+       fprintf(stdout, "rlenp=%d\n", rlenp);
 
        if (rlenp == 0)
                return(0);