Chromium Code Reviews| Index: gin/modules/file_module_provider.cc |
| diff --git a/gin/modules/file_module_provider.cc b/gin/modules/file_module_provider.cc |
| index 660d9b1b9ac2e2a1e60f56cc78827abc0975fce3..aa46031b83b0c2d2dd99595b99941e6a00365e1e 100644 |
| --- a/gin/modules/file_module_provider.cc |
| +++ b/gin/modules/file_module_provider.cc |
| @@ -40,6 +40,7 @@ void AttempToLoadModule(const base::WeakPtr<Runner>& runner, |
| runner->Run(source, id); |
| return; |
| } |
| + LOG(ERROR) << "Failed to load module from disk: " << id; |
| } |
| } // namespace |