/[weechat]/weechat/src/common/fifo.c
ViewVC logotype

Diff of /weechat/src/common/fifo.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by flashcode, Sun Oct 30 09:56:25 2005 UTC revision 1.6 by flashcode, Tue Dec 6 18:21:01 2005 UTC
# Line 70  fifo_create () Line 70  fifo_create ()
70              gui_printf (NULL,              gui_printf (NULL,
71                          _("%s unable to create FIFO pipe for remote control (%s)\n"),                          _("%s unable to create FIFO pipe for remote control (%s)\n"),
72                          WEECHAT_ERROR, weechat_fifo_filename);                          WEECHAT_ERROR, weechat_fifo_filename);
73              wee_log_printf (_("%s unable to create FIFO pipe for remote control (%s)\n"),              weechat_log_printf (_("%s unable to create FIFO pipe for "
74                              WEECHAT_ERROR, weechat_fifo_filename);                                    "remote control (%s)\n"),
75                                    WEECHAT_ERROR, weechat_fifo_filename);
76              return;              return;
77          }          }
78                    
# Line 81  fifo_create () Line 82  fifo_create ()
82              gui_printf (NULL,              gui_printf (NULL,
83                          _("%s unable to open FIFO pipe (%s) for reading\n"),                          _("%s unable to open FIFO pipe (%s) for reading\n"),
84                          WEECHAT_ERROR, weechat_fifo_filename);                          WEECHAT_ERROR, weechat_fifo_filename);
85              wee_log_printf (_("%s unable to open FIFO pipe (%s) for reading\n"),              weechat_log_printf (_("%s unable to open FIFO pipe (%s) for reading\n"),
86                              WEECHAT_ERROR, weechat_fifo_filename);                                  WEECHAT_ERROR, weechat_fifo_filename);
87              return;              return;
88          }          }
89                    
90          wee_log_printf (_("FIFO pipe is open\n"));          weechat_log_printf (_("FIFO pipe is open\n"));
91      }      }
92  }  }
93    
# Line 249  fifo_read () Line 250  fifo_read ()
250              gui_printf (NULL,              gui_printf (NULL,
251                          _("%s error reading FIFO pipe, closing it\n"),                          _("%s error reading FIFO pipe, closing it\n"),
252                          WEECHAT_ERROR);                          WEECHAT_ERROR);
253              wee_log_printf (_("%s error reading FIFO pipe, closing it\n"),              weechat_log_printf (_("%s error reading FIFO pipe, closing it\n"),
254                              WEECHAT_ERROR);                                  WEECHAT_ERROR);
255              fifo_remove ();              fifo_remove ();
256          }          }
257          else          else
# Line 291  fifo_remove () Line 292  fifo_remove ()
292          weechat_fifo_filename = NULL;          weechat_fifo_filename = NULL;
293      }      }
294            
295      wee_log_printf (_("FIFO pipe is closed\n"));      weechat_log_printf (_("FIFO pipe is closed\n"));
296  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26