Przeglądaj źródła

Log about root path

Daniele Bartolini 12 lat temu
rodzic
commit
c068638864
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/Filesystem.cpp

+ 1 - 0
src/Filesystem.cpp

@@ -35,6 +35,7 @@ namespace crown
 Filesystem::Filesystem(const char* root_path) :
 	m_root_path(root_path)
 {
+	Log::I("Root path : %s", m_root_path);
 }
 
 //-----------------------------------------------------------------------------