RICPLT-2727 - E2 Initialized (Routing Manager)
[ric-plt/e2mgr.git] / tools / xappmock / main / xappmock.go
index 4901de0..8ae62f7 100644 (file)
@@ -100,7 +100,7 @@ func main() {
        pr := dispatcherDesc.GetProcessResult()
 
        if pr.Err != nil {
-               logger.Errorf("#main - command processing Error: %s", err)
+               logger.Errorf("#main - command processing Error: %s", pr.Err)
        }
 
        if pr.StartTime != nil {