[Xenomai-git] Philippe Gerum : smokey: use real-time printf wrapper for output

2015-04-16 Thread git repository hosting
Module: xenomai-3
Branch: master
Commit: 13552a35ab86888940dd61c719b96507b1037de2
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=13552a35ab86888940dd61c719b96507b1037de2

Author: Philippe Gerum r...@xenomai.org
Date:   Thu Mar 26 16:02:59 2015 +0100

smokey: use real-time printf wrapper for output

---

 lib/smokey/helpers.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/smokey/helpers.c b/lib/smokey/helpers.c
index 332ffae..f653e53 100644
--- a/lib/smokey/helpers.c
+++ b/lib/smokey/helpers.c
@@ -125,7 +125,7 @@ void smokey_note(const char *fmt, ...)
va_start(ap, fmt);
 
if (!smokey_quiet_mode)
-   vprintf(fmt, ap);
+   __RT(vfprintf(stdout, fmt, ap));
 
va_end(ap);
 }


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : smokey: use real-time printf wrapper for output

2015-03-26 Thread git repository hosting
Module: xenomai-3
Branch: next
Commit: 13552a35ab86888940dd61c719b96507b1037de2
URL:
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=13552a35ab86888940dd61c719b96507b1037de2

Author: Philippe Gerum r...@xenomai.org
Date:   Thu Mar 26 16:02:59 2015 +0100

smokey: use real-time printf wrapper for output

---

 lib/smokey/helpers.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/smokey/helpers.c b/lib/smokey/helpers.c
index 332ffae..f653e53 100644
--- a/lib/smokey/helpers.c
+++ b/lib/smokey/helpers.c
@@ -125,7 +125,7 @@ void smokey_note(const char *fmt, ...)
va_start(ap, fmt);
 
if (!smokey_quiet_mode)
-   vprintf(fmt, ap);
+   __RT(vfprintf(stdout, fmt, ap));
 
va_end(ap);
 }


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git