~ubuntu-branches/ubuntu/raring/gjs/raring

« back to all changes in this revision

Viewing changes to util/log.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-07-16 19:00:48 UTC
  • mfrom: (1.10.2)
  • Revision ID: package-import@ubuntu.com-20120716190048-b7s1o55ugfzm7tak
Tags: 1.33.4-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glib and gobject-introspection

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        return;
185
185
 
186
186
    error = FALSE;
187
 
    prefix = "???";
188
187
    switch (topic) {
189
188
    case GJS_DEBUG_STRACE_TIMESTAMP:
190
189
        /* return early if strace timestamps are disabled, avoiding
280
279
    case GJS_DEBUG_GERROR:
281
280
        prefix = "JS G ERR";
282
281
        break;
 
282
    default:
 
283
        prefix = "???";
 
284
        break;
283
285
    }
284
286
 
285
287
    if (!is_allowed_prefix(prefix))