<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src</tt></b></td></tr>
<tr><td><tt>drivers/<a href="#file1">input_lirc.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr class="alt" style=";" ><td><tt>gdrom/<a href="#file2">ide.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+8</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-8</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr><td><tt>     /<a href="#file3">nrg.c</a></tt></td><td></td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file4">loader.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr><td><tt><a href="#file5">mem.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+2</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr class="alt" style=";" ><td><tt><a href="#file6">plugin.c</a></tt></td><td id="addedalt" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ccf7cc;" align="right">+2</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-2</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr><td><tt>pvr2/<a href="#file7">texcache.c</a></tt></td><td></td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">397d77b6e346 -> 1a21750d300c</td></tr>
<tr><td></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+14</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-19</td><td></td></tr>
</table>
<small id="info" style="color: #888888;" >7 modified files</small><br />
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Remove or change the level of a bunch of INFO messages that shouldn't really
be INFO level
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/drivers</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>input_lirc.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/input_lirc.c
+++ lxdream/src/drivers/input_lirc.c
@@ -1,5 +1,5 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > /**
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >- * $Id<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >:  </span>$
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+ * $Id$
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >  *
  * LIRC input device support
  *
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -142,7 +142,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         //loop through all queued commands
         while ((ret = lirc_nextcode(&code)) == 0 && code != NULL)
         {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-            INFO("LIRC code (%s)", code);
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             //code contains id, repeat count, and keysym separated by spaces
             gchar **code_split = g_strsplit(code, " ", 4);
 
</pre></div>
<hr /><a name="file2" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/gdrom</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>ide.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/gdrom/ide.c
+++ lxdream/src/gdrom/ide.c
@@ -411,24 +411,24 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         case IDE_FEAT_SET_TRANSFER_MODE:
             switch( idereg.count & 0xF8 ) {
             case IDE_XFER_PIO:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Set PIO default mode: %d", idereg.count&0x07 );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Set PIO default mode: %d", idereg.count&0x07 );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 break;
             case IDE_XFER_PIO_FLOW:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Set PIO Flow-control mode: %d", idereg.count&0x07 );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Set PIO Flow-control mode: %d", idereg.count&0x07 );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 break;
             case IDE_XFER_MULTI_DMA:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Set Multiword DMA mode: %d", idereg.count&0x07 );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Set Multiword DMA mode: %d", idereg.count&0x07 );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 break;
             case IDE_XFER_ULTRA_DMA:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Set Ultra DMA mode: %d", idereg.count&0x07 );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Set Ultra DMA mode: %d", idereg.count&0x07 );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 break;
             default:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Setting unknown transfer mode: %02X", idereg.count );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Setting unknown transfer mode: %02X", idereg.count );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >                 break;
             }
             break;
             default:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >WARN</span>( "IDE: unimplemented feature: %02X", idereg.feature );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "IDE: unimplemented feature: %02X", idereg.feature );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         }
         idereg.status = 0x50;
         idereg.error = 0x00;
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -437,7 +437,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         ide_raise_interrupt();
         break;
         default:
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-            <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >WARN</span>( "IDE: Unimplemented command: %02X", val );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+            <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "IDE: Unimplemented command: %02X", val );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     }
 }
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -482,7 +482,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     uint32_t lba, status;
 
     /* Okay we have the packet in the command buffer */
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "ATAPI packet: %02X %02X %02X %02X  %02X %02X %02X %02X  %02X %02X %02X %02X", 
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "ATAPI packet: %02X %02X %02X %02X  %02X %02X %02X %02X  %02X %02X %02X %02X", 
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >           cmd[0], cmd[1], cmd[2], cmd[3], cmd[4], cmd[5], cmd[6], cmd[7],
           cmd[8], cmd[9], cmd[10], cmd[11] );
 
</pre></div>
<hr /><a name="file3" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/gdrom</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>nrg.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/gdrom/nrg.c
+++ lxdream/src/gdrom/nrg.c
@@ -197,10 +197,8 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     fseek( f, -12, SEEK_END );
     fread( &footer, sizeof(footer), 1, f );
     if( GUINT32_FROM_BE(footer.v50.id) == NERO_V50_ID ) {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        INFO( "Loading Nero 5.0 image" );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         fseek( f, GUINT32_FROM_BE(footer.v50.offset), SEEK_SET );
     } else if( GUINT32_FROM_BE(footer.v55.id) == NERO_V55_ID ) {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        INFO( "Loading Nero 5.5+ image" );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         fseek( f, (uint32_t)GUINT64_FROM_BE(footer.v55.offset), SEEK_SET );
     } else {
         /* Not a (recognized) Nero image */
</pre></div>
<hr /><a name="file4" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>loader.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/loader.c
+++ lxdream/src/loader.c
@@ -82,8 +82,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             read( fd, buf, 8 );
             if( memcmp( buf, iso_magic, 6 ) == 0 ) {
                 /* Alright, got it */
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-                INFO( "Loading ISO9660 filesystem from '%s'",
-                        filename );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+                WARN( "ISO images not supported yet" );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >             }
         }
     } else if( memcmp( buf, "PK\x03\x04", 4 ) == 0 ) {
</pre></div>
<hr /><a name="file5" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>mem.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/mem.c
+++ lxdream/src/mem.c
@@ -277,7 +277,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         total += len;
     }
     fclose( f );
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Saved %d of %d bytes to %08X", total, length, start );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Saved %d of %d bytes to %08X", total, length, start );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     return 0;
 }
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -311,7 +311,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         total += len;
     }
     fclose( f );
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Loaded %d of %d bytes to %08X", total, length, start );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Loaded %d of %d bytes to %08X", total, length, start );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     return 0;
 }
 
</pre></div>
<hr /><a name="file6" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>plugin.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/plugin.c
+++ lxdream/src/plugin.c
@@ -102,7 +102,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         dlclose(so);
         return FALSE;
     }
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>("Loaded %s '%s'", plugin_type_string[plugin->type], plugin->name);
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>("Loaded %s '%s'", plugin_type_string[plugin->type], plugin->name);
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     return TRUE;
 }
 
</pre><pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >@@ -152,6 +152,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         path = get_plugin_path();
     }
     
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    <span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >INFO</span>( "Plugin directory: %s", path );
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+    <span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >DEBUG</span>( "Plugin directory: %s", path );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     return plugin_load_all( path );
 }
</pre></div>
<hr /><a name="file7" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/pvr2</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>texcache.c</b></big> <small id="info" style="color: #888888;" >397d77b6e346 -> 1a21750d300c</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/pvr2/texcache.c
+++ lxdream/src/pvr2/texcache.c
@@ -665,7 +665,6 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" > 
 render_buffer_t texcache_get_render_buffer( uint32_t texture_addr, int mode, int width, int height )
 {
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-    INFO( "Rendering to texture!" );
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >     uint32_t texture_word = ((texture_addr >> 3) & 0x000FFFFF) | PVR2_TEX_UNTWIDDLED;
     switch( mode ) {
     case COLFMT_BGRA1555: texture_word |= PVR2_TEX_FORMAT_ARGB1555; break;
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>