Skip to content

Commit 4e10eec

Browse files
Adjust error level to warning when capturing exceptions while calling methods of the DB2 driver. (#985)
1 parent edc63e5 commit 4e10eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Data/GXDataDb2400.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ public override void DisposeCommand(IDbCommand command)
652652
}
653653
catch (Exception ex)
654654
{
655-
GXLogging.Error(log, "DisposeCommand error", ex);
655+
GXLogging.Warn(log, "DisposeCommand error", ex);
656656

657657
}
658658
}

0 commit comments

Comments
 (0)