Fix include statements so they match all other files in gtk2_ardour
[ardour.git] / libs / ardour / session_directory.cc
index 1a2b476cad5df8d6c6db74c5e76f2b01beabe56b..d5f2ddc1ba2311f2ae2f3caf08f794ed480c1d13 100644 (file)
@@ -46,10 +46,7 @@ SessionDirectory::create ()
        {
                try
                {
-                       if(create_directories(*i)) {
-                               PBD::info << string_compose(_("Created Session directory at path %1"), (*i).to_string()) << endmsg;
-                               is_new = true;
-                       }
+                       if(create_directories(*i)) is_new = true;
                }
                catch (PBD::sys::filesystem_error& ex)
                {