lots of changes
diff --git a/objects/flash_bios_obj.c b/objects/flash_bios_obj.c
index 04821f6..bb95d17 100644
--- a/objects/flash_bios_obj.c
+++ b/objects/flash_bios_obj.c
@@ -1,9 +1,9 @@
-#include "interfaces/flash.h"

+#include "interfaces/openbmc_intf.h"

 #include "pflash/pflash.c"

 #include "openbmc.h"

 

 /* ---------------------------------------------------------------------------------------------------- */

-static const gchar* dbus_object_path = "/org/openbmc/flash/BIOS";

+static const gchar* dbus_object_path = "/org/openbmc/flash";

 static const gchar* dbus_name        = "org.openbmc.flash.BIOS";

 

 static GDBusObjectManagerServer *manager = NULL;

@@ -47,7 +47,7 @@
                  gpointer         user_data)

 {

 	ObjectSkeleton *object;

-	g_print ("Acquired a message bus connection: %s\n",name);

+//	g_print ("Acquired a message bus connection: %s\n",name);

  	cmdline *cmd = user_data;

 	if (cmd->argc < 2)

 	{

@@ -93,7 +93,7 @@
                   const gchar     *name,

                   gpointer         user_data)

 {

-  g_print ("Acquired the name %s\n", name);

+//  g_print ("Acquired the name %s\n", name);

 }

 

 static void

@@ -101,7 +101,7 @@
               const gchar     *name,

               gpointer         user_data)

 {

-  g_print ("Lost the name %s\n", name);

+  //g_print ("Lost the name %s\n", name);

 }

 

 gint