[haiku-commits] r40837 - haiku/trunk/src/apps/installer

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 6 Mar 2011 11:34:17 +0100 (CET)

Author: stippi
Date: 2011-03-06 11:34:16 +0100 (Sun, 06 Mar 2011)
New Revision: 40837
Changeset: http://dev.haiku-os.org/changeset/40837

Modified:
   haiku/trunk/src/apps/installer/WorkerThread.cpp
Log:
Typo fixed and debug left-over removed.


Modified: haiku/trunk/src/apps/installer/WorkerThread.cpp
===================================================================
--- haiku/trunk/src/apps/installer/WorkerThread.cpp     2011-03-06 10:25:25 UTC 
(rev 40836)
+++ haiku/trunk/src/apps/installer/WorkerThread.cpp     2011-03-06 10:34:16 UTC 
(rev 40837)
@@ -398,7 +398,7 @@
        // Create the default indices which should always be present on a proper
        // boot volume. We don't care if the source volume does not have them.
        // After all, the user might be re-installing to another drive and may
-       // want to problems fixed along the way...
+       // want problems fixed along the way...
        err = _CreateDefaultIndices(targetDirectory);
        if (err != B_OK)
                goto error;
@@ -565,7 +565,6 @@
                                info.name, errno, strerror(errno));
                        return errno;
                }
-               printf("created index: %s\n", info.name);
        }
 
        return B_OK;


Other related posts:

  • » [haiku-commits] r40837 - haiku/trunk/src/apps/installer - superstippi