--- totem-pl-parser/plparse/totem-pl-parser.c.bak 2008-03-19 13:33:04.000000000 +0100 +++ totem-pl-parser/plparse/totem-pl-parser.c 2008-03-19 13:39:15.000000000 +0100 @@ -1599,7 +1599,7 @@ if (strcmp (special_types[i].mimetype, mimetype) == 0) { DEBUG(file, g_print ("URL '%s' is special type '%s'\n", uri, mimetype)); if (parser->priv->disable_unsafe != FALSE && special_types[i].unsafe != FALSE) { - DEBUG(g_print ("URL '%s' is unsafe so was ignored\n", url)); + DEBUG(file, g_print ("URL '%s' is unsafe so was ignored\n", uri)); g_free (mimetype); g_free (data); return TOTEM_PL_PARSER_RESULT_IGNORED;