Changeset bc5ca87 for gutenbach


Ignore:
Timestamp:
Aug 10, 2003, 10:11:28 PM (21 years ago)
Author:
jhawk <jhawk>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
b281379
Parents:
1db2bbb
git-author:
jhawk <jhawk> (08/10/03 22:11:28)
git-committer:
jhawk <jhawk> (08/10/03 22:11:28)
Message:

Punt some debugging, list URI in failure message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    r1db2bbb rbc5ca87  
    22# Play the data on STDIN as an audio file
    33#
    4 # $Id: sipbmp3-filter,v 1.7 2003-08-11 02:10:04 jhawk Exp $
     4# $Id: sipbmp3-filter,v 1.8 2003-08-11 02:11:28 jhawk Exp $
    55# $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $
    66#
     
    156156          elsif ($contenttype eq "application/ogg") { $format="OGG" }
    157157          else {
    158               print ZEPHYR "Unknown Content-Type $contenttype trying to /mit/sipb/bin/w3m -dump_head $uri\n";
     158              print ZEPHYR "Unknown Content-Type $contenttype for URI $uri\n";
    159159              close(ZEPHYR);
    160160          }
Note: See TracChangeset for help on using the changeset viewer.