summaryrefslogtreecommitdiff
path: root/src/from_filesystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/from_filesystem.cc')
-rw-r--r--src/from_filesystem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/from_filesystem.cc b/src/from_filesystem.cc
index b8854c6ff..bf63ef46f 100644
--- a/src/from_filesystem.cc
+++ b/src/from_filesystem.cc
@@ -15,7 +15,7 @@
namespace deno {
Deno* NewFromFileSystem(void* data, deno_recv_cb cb) {
- printf("Reading javascript runtime bundle from " BUNDLE_LOCATION "\n");
+ printf("load bundle " BUNDLE_LOCATION "\n");
std::string js_source;
CHECK(deno::ReadFileToString(BUNDLE_LOCATION, &js_source));