File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/FSAppConfiguration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public struct FSAppConfiguration {
133133 self . app. logger. error ( " ERROR: Encoded empty value by ' \( path) ' in consul " )
134134 return " "
135135 } else {
136- self . app. logger. info ( " SUCCESS: Encoded ' \( dataValue ) ' by ' \( path) ' from consul " )
136+ self . app. logger. info ( " SUCCESS: Encoded ' \( versionString ) ' by ' \( path) ' from consul " )
137137 return versionString
138138 }
139139 }
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public struct FSAppConfigurationAsync {
110110 self . app. logger. error ( " ERROR: Encoded empty value by ' \( path) ' in consul " )
111111 return " "
112112 } else {
113- self . app. logger. info ( " SUCCESS: Encoded ' \( dataValue ) ' by ' \( path) ' from consul " )
113+ self . app. logger. info ( " SUCCESS: Encoded ' \( versionString ) ' by ' \( path) ' from consul " )
114114 return versionString
115115 }
116116 } . get ( )
You can’t perform that action at this time.
0 commit comments