Signed-off-by: Xiaoguang Wang <[email protected]>
---
 lib/safe_macros.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/safe_macros.c b/lib/safe_macros.c
index 7bc3f04..6f85c11 100644
--- a/lib/safe_macros.c
+++ b/lib/safe_macros.c
@@ -62,7 +62,7 @@ safe_creat(const char *file, const int lineno, void 
(*cleanup_fn) (void),
 
        rval = creat(pathname, mode);
        if (rval == -1)
-               tst_brkm(TBROK | TERRNO, cleanup_fn, "pipe failed at %s:%d",
+               tst_brkm(TBROK | TERRNO, cleanup_fn, "creat failed at %s:%d",
                         file, lineno);
 
        return (rval);
-- 
1.8.2.1


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to