<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,7 @@ WarningShot Dependency Resolution Framework
     Configurations can be created with WarningShot::Config
     
   * Dependency
-    A dependency is an entry in a machine recipe.  A dependency should consist of some means of identifying the
+    A dependency is an entry in a recipe.  A dependency should consist of some means of identifying the
     dependency and optionally (but suggested) have some way of describing how it should be resolved.
       Ex: File Dependencies specify where the file should be located, and where WarningShot can download it if it
           does not exist
@@ -48,12 +48,14 @@ WarningShot Dependency Resolution Framework
     repair or resolve the dependency.  The gem resolver can install missing gems and the file resolver can download
     missing files
   
-  * Machine Recipes / Application Recipes
-    A machine recipe is one or more dependency branches, the default file type is YAML, but that is configurable
-    within warningshot.  A machine recipe can specify the complete configuration of a computer/application or just one
-    aspect of it.  Example:  warningshot --templates will create a separate machine recipe for each branch supported.
+  * Recipes / Application Recipes
+    A recipe is one or more dependency branches, the default file type is YAML, but that is configurable
+    within warningshot.  A recipe can consist of one or more dependency branches.
+
+		Example:  warningshot --templates will create a separate recipe for each branch supported.
     In the wiki (http://github.com/coryodaniel/warningshot/wikis/example-merbnginx-app-recipe-once-aptquality-dependencies-are-supported)
-    is an example of a machine recipe that specifies dependencies of files, gems, apt binaries, etc.
+    is an example of a recipe that specifies dependencies of files, gems, apt binaries, etc.  Essentially all the dependencies needed for
+		the web server role.
     
   * DependencyTree
     After WarningShot locates all of the Machine Recipes they are parsed into the dependency tree.  The dependency</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -25,6 +25,8 @@ module WarningShot
 
       # Parsed yml files
       self.load_configs
+      @logger.debug &quot;Dependencies were found for: #{@dependency_tree.keys.join(', ')}&quot;
+      
       @dependency_tree.symbolize_keys!
     end
 
@@ -94,7 +96,7 @@ module WarningShot
       end #Resolver Class Loop
       
       @logger.display &quot;#{'-'*LINE_LENGTH}&quot;
-      @logger.info &quot;Results:&quot;
+      @logger.info &quot;Results: (See log for details: #{self[:log_path]})&quot;
       stats.each {|k,v| @logger.info(&quot;\t#{k}: \t#{v}&quot;)}
       
       @logger.display_stdout_queue</diff>
      <filename>lib/warningshot/dependency_resolver.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,14 @@
 require File.dirname(__FILE__) / 'warning_shot' 
 require 'logger'
 
-
 # This is a ghetto simple interface ontop of ruby stnd logger
 # The goal is to provide an updateable console interface and log things
 # to screen &amp; a log file.
 #
-# 
+# You  may or may not agree that one class should be used to manage the interface
+# and the log, feel free to change that ;) 
+#
+#
 module WarningShot
   class Logger
     def initialize(dev,shift_age=0,shift_size=1048576)
@@ -72,8 +74,8 @@ module WarningShot
     
     def display_stdout_queue
       if is_verbose?
-        output = @stdout_queue.join(&quot;\n&quot;) + &quot;\n&quot;
-        printf(output) 
+        output = @stdout_queue.join(&quot;\n&quot;)
+        puts(output) 
         @stdout_queue = []
       end
     end</diff>
      <filename>lib/warningshot/logger.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0d89cc7dbc9daa15354821d635efe775bda751b7</id>
    </parent>
  </parents>
  <author>
    <name>Cory ODaniel</name>
    <email>contact@coryodaniel.com</email>
  </author>
  <url>http://github.com/coryodaniel/warningshot/commit/3f90e6051d06662c30dee2e0391f2fd9db77c709</url>
  <id>3f90e6051d06662c30dee2e0391f2fd9db77c709</id>
  <committed-date>2009-02-05T19:55:50-08:00</committed-date>
  <authored-date>2009-02-05T19:55:50-08:00</authored-date>
  <message>add log path to verbose output so its easier to find (remember)</message>
  <tree>4bc06558b8c00ece11e88f4cbc1cc825171579f0</tree>
  <committer>
    <name>Cory ODaniel</name>
    <email>contact@coryodaniel.com</email>
  </committer>
</commit>
