[Bug 766637] ahc: add error logging statement

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 19 19:52:20 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766637

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
We do

  if (..)
    ...
  else
    ...

or

  if (..) {
    ...
  } else {
    ...
  }

but never

  if (..) {
    ...
  } else
    ...

or

  if (..)
    ...
  else {
    ...
  }

:)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list