[Lsb-messages] /var/www/bzr/lsb/devel/runtime-test r1282: Tweak log messages from last commit to report the proper failing call.

Jeff Licquia licquia at linuxfoundation.org
Thu Jun 27 22:52:38 UTC 2013


------------------------------------------------------------
revno: 1282
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: runtime-test
timestamp: Thu 2013-06-27 18:52:38 -0400
message:
  Tweak log messages from last commit to report the proper failing call.
modified:
  modules/vsx-pcts/tset/ANSI.os/streamio/scanf/scanf.c
-------------- next part --------------
=== modified file 'modules/vsx-pcts/tset/ANSI.os/streamio/scanf/scanf.c'
--- a/modules/vsx-pcts/tset/ANSI.os/streamio/scanf/scanf.c	2013-06-27 22:15:14 +0000
+++ b/modules/vsx-pcts/tset/ANSI.os/streamio/scanf/scanf.c	2013-06-27 22:52:38 +0000
@@ -3528,7 +3528,7 @@
 			if (fileno(fopen(t_file, "r")) != STDIN_FILENO)
 			{
 				xx_rpt(DELETION);
-				in_rpt("deletion reason: freopen(%s, \"r\", stdin) failed - errno %d(%s)",
+				in_rpt("deletion reason: fopen(%s, \"r\", stdin) failed - errno %d(%s)",
 					t_file, err, errname(err));
 			}
 		} 
@@ -3564,7 +3564,7 @@
 			if (fileno(fopen(t_file, "r")) != STDIN_FILENO)
 			{
 				xx_rpt(DELETION);
-				in_rpt("deletion reason: freopen(%s, \"r\", stdin) failed - errno %d(%s)",
+				in_rpt("deletion reason: fopen(%s, \"r\", stdin) failed - errno %d(%s)",
 					t_file, err, errname(err));
 			}
 		} 



More information about the lsb-messages mailing list