src/plugins/ctf/common: restructure subtree
[babeltrace.git] / src / plugins / ctf / fs-src / query.cpp
index 0e3bdc99de9b9ed451d79ad3ea7b060e2c69b7c8..22f35106407b8d14dc7a73d90fae85bcfecaa381 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "common/assert.h"
 
-#include "../common/metadata/decoder.hpp"
+#include "../common/src/metadata/tsdl/decoder.hpp"
 #include "fs.hpp"
 #include "metadata.hpp"
 #include "query.hpp"
@@ -165,7 +165,7 @@ end:
     if (metadata_fp) {
         ret = fclose(metadata_fp);
         if (ret) {
-            BT_LOGE_ERRNO("Cannot close metatada file stream", ": path=\"%s\"", path);
+            BT_LOGE_ERRNO("Cannot close metadata file stream", ": path=\"%s\"", path);
         }
     }
 
This page took 0.026201 seconds and 4 git commands to generate.