Merge "vlog: Change uses of "veyron"."
diff --git a/vlog/doc.go b/vlog/doc.go
index cf0fb3d..9b0cc3c 100644
--- a/vlog/doc.go
+++ b/vlog/doc.go
@@ -1,4 +1,4 @@
-// Package vlog defines and implements the veyron2 logging interfaces and
+// Package vlog defines and implements logging interfaces and
 // command line parsing. vlog is modeled on google3 and glog;
 // the differences from glog are:
 //
diff --git a/vlog/log.go b/vlog/log.go
index b020c03..09396a8 100644
--- a/vlog/log.go
+++ b/vlog/log.go
@@ -37,7 +37,7 @@
 const stackSkip = 1
 
 func init() {
-	Log = &logger{log: llog.NewLogger("veyron", stackSkip)}
+	Log = &logger{log: llog.NewLogger("vanadium", stackSkip)}
 }
 
 // NewLogger creates a new instance of the logging interface.