arts/arts-1.1.4-debug.patch
cvsdist e71ec243b0 auto-import changelog data from arts-1.1.4-3.src.rpm
1.1.4-3
- rebuild
1.1.4-2
- arts_debug issue (bug #104278)
1.1.4-1
- 3.1.4
2004-09-09 03:05:34 +00:00

12 lines
477 B
Diff

--- arts-1.1.4/mcop/dispatcher.cc.orig 2003-09-29 22:34:19.000000000 +0200
+++ arts-1.1.4/mcop/dispatcher.cc 2003-09-29 22:36:50.000000000 +0200
@@ -214,8 +214,7 @@
orig_sigpipe = signal(SIGPIPE,SIG_IGN);
if(orig_sigpipe != SIG_DFL)
{
- cerr << "mcop warning: user defined signal handler found for"
- " SIG_PIPE, overriding" << endl;
+ arts_debug("mcop warning: user defined signal handler found for SIG_PIPE, overriding");
}
StartupManager::startup();