~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/control.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2002-2010 BalaBit IT Ltd, Budapest, Hungary
 
2
 * Copyright (c) 2002-2013 BalaBit IT Ltd, Budapest, Hungary
3
3
 * Copyright (c) 1998-2010 Balázs Scheidler
4
4
 *
5
5
 * This library is free software; you can redistribute it and/or
198
198
    }
199
199
  else if (rc == 0)
200
200
    {
201
 
      msg_error("EOF on control channel, closing connection",
202
 
                NULL);
 
201
      msg_notice("EOF on control channel, closing connection",
 
202
                 NULL);
203
203
      goto destroy_connection;
204
204
    }
205
205
  else