loader: identify_file distinguishes singleton projects in the verbose message
authorJean Privat <jean@pryen.org>
Mon, 24 Aug 2015 19:47:28 +0000 (15:47 -0400)
committerJean Privat <jean@pryen.org>
Wed, 26 Aug 2015 12:05:58 +0000 (08:05 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/loader.nit

index d3c9f7e..75ad359 100644 (file)
@@ -351,7 +351,7 @@ redef class ModelBuilder
                        mgroup = new MGroup(pn, mproject, null) # same name for the root group
                        mgroup.filepath = path
                        mproject.root = mgroup
-                       toolcontext.info("found project `{pn}` at {path}", 2)
+                       toolcontext.info("found singleton project `{pn}` at {path}", 2)
                end
 
                var res = new ModulePath(pn, path, mgroup)