diff options
Diffstat (limited to 'src/startup.ml')
-rw-r--r-- | src/startup.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/startup.ml b/src/startup.ml index db0d719..8d84c84 100644 --- a/src/startup.ml +++ b/src/startup.ml @@ -136,5 +136,6 @@ module I = Vyos1x.Internal.Make(Vyos1x.Reference_tree) let read_reference_tree file = try let reftree = I.read_internal file in + log_info @@ Printf.sprintf "Reading interface definitions from %s" file; Ok reftree with Sys_error msg -> Error msg |