Skip to content

Commit 357352c

Browse files
jackbatznerfabiocav
authored andcommitted
Update recommended extension version log message
1 parent 26e4ad4 commit 357352c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebJobs.Script/Host/ScriptHost.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ private void PreInitialize()
447447
if (string.IsNullOrEmpty(extensionVersion))
448448
{
449449
throw new HostInitializationException($"Invalid site extension configuration. " +
450-
$"Please update the App Setting '{EnvironmentSettingNames.FunctionsExtensionVersion}' to a valid value (e.g. ~2). " +
450+
$"Please update the App Setting '{EnvironmentSettingNames.FunctionsExtensionVersion}' to a valid value (e.g. ~4). " +
451451
$"The value cannot be missing or an empty string.");
452452
}
453453
else if (string.Equals(extensionVersion, "latest", StringComparison.OrdinalIgnoreCase))
@@ -1013,4 +1013,4 @@ protected override void Dispose(bool disposing)
10131013
_logger.DisposedScriptHost(ScriptOptions.InstanceId);
10141014
}
10151015
}
1016-
}
1016+
}

0 commit comments

Comments
 (0)