<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -231,8 +231,8 @@ handle_info({ibrowse_async_response,RequestId,{error,Error}}, State = #state{pen
 			%% the requestid isn't here, probably the request was deleted after a timeout
 	end;	
 
-handle_info(Info, State) -&gt;
-    io:format(&quot;Unkown Info : ~p~n&quot;, [Info]),
+handle_info(_Info, State) -&gt;
+    %io:format(&quot;Unkown Info : ~p~n&quot;, [Info]),
     {noreply, State}.
 
 %%--------------------------------------------------------------------
@@ -295,7 +295,6 @@ stringToSign ( Verb, ContentType, Date, Bucket, Path, OriginalHeaders ) -&gt;
     s3util:string_join( Parts, &quot;\n&quot;) ++ canonicalizedResource(Bucket, Path).
     
 sign (Key,Data) -&gt;
-    %io:format(&quot;Data being signed is ~s~n&quot;, [Data]),
     binary_to_list( base64:encode( crypto:sha_mac(Key,Data) ) ).
 
 queryParams( [] ) -&gt; &quot;&quot;;
@@ -350,7 +349,6 @@ genericRequest(From, #state{ssl=SSL, access_key=AKI, secret_key=SAK, timeout=Tim
         {error,E} when E =:= retry_later orelse E =:= conn_failed -&gt;
             {reply, retry, State};
         {error, E} -&gt;
-            io:format(&quot;Error : ~p, Pid : ~p~n&quot;, [E, self()]),
             {reply, {error, E, &quot;Error Occured&quot;}, State}
     end.
 </diff>
      <filename>lib/s3/src/s3server.erl</filename>
    </modified>
    <modified>
      <diff>@@ -383,7 +383,8 @@ namespace :erlang do
   task :install =&gt;  [:compile] do |t|
     FileList.new('lib/*').each do |dir|
       vsn = extract_version_information(&quot;#{dir}/vsn.config&quot;,&quot;vsn&quot;).gsub(&quot;\&quot;&quot;,&quot;&quot;)
-      sh &quot;cp -R #{dir} #{erlang_home}/#{dir}-#{vsn}&quot;
+      sh &quot;mkdir -p #{erlang_home}/#{dir}-#{vsn}&quot;
+      sh &quot;cp -R #{dir}/* #{erlang_home}/#{dir}-#{vsn}&quot;
     end
   end
 </diff>
      <filename>rakelib/erlang.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8f260f6e759436ccc0c85a1cfb957257223daf0c</id>
    </parent>
  </parents>
  <author>
    <name>Eric Cestari</name>
    <email>ecestari@mac.com</email>
  </author>
  <url>http://github.com/cstar/erls3/commit/72e6966da96ce2380f81de3c91632f71a2963d84</url>
  <id>72e6966da96ce2380f81de3c91632f71a2963d84</id>
  <committed-date>2009-05-07T03:59:10-07:00</committed-date>
  <authored-date>2009-05-07T03:59:10-07:00</authored-date>
  <message>rake install a little better
Removed a bunch of io:format</message>
  <tree>1744cbb6cec8b50e5184f6d4fca10f5a263d756c</tree>
  <committer>
    <name>Eric Cestari</name>
    <email>ecestari@mac.com</email>
  </committer>
</commit>
