Skip to content

Commit 99ad950

Browse files
committed
Log fix
1 parent 3116032 commit 99ad950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Installer.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ todo add optional parameter WEBAPP to Alter web app name if it needs to have ano
6363
<RunInstall Class="MDX2JSON.Installer" Method="GrantSelectToUserInstaller"/>
6464
<Log Text="User modifyed/created and granted SELECT access to all tables in ${Namespace}" Level="0"/>
6565
<RunInstall Class="MDX2JSON.Installer" Method="GrantExecuteToUserInstaller"/>
66-
<Log Text="User modifyed/created and granted Execute access to all procedures in ${Namespace}" Level="0"/>
66+
<Log Text="User modifyed/created and granted EXECUTE access to all procedures in ${Namespace}" Level="0"/>
6767
</IfDef>
6868
<IfNotDef Var="Password">
6969
<Log Text="You specified username but not a password" Level="0"/>

0 commit comments

Comments
 (0)