Updating package names so that package matches go_package.
This is better for consistent package references.
This is needed for the afrouter tests using voltha.pb

Change-Id: I4cfdf26456f92d8bce4fe5b40515ad7ac3d6747d
diff --git a/protos/voltha_protos/adapter.proto b/protos/voltha_protos/adapter.proto
index e8889c5..055de2b 100644
--- a/protos/voltha_protos/adapter.proto
+++ b/protos/voltha_protos/adapter.proto
@@ -12,7 +12,7 @@
 message AdapterConfig {
 
     // Common adapter config attributes here
-    LogLevel.LogLevel log_level = 1;
+    common.LogLevel.LogLevel log_level = 1;
 
     // Custom (vendor-specific) configuration attributes
     google.protobuf.Any additional_config = 64;