Skip to content

Commit 671b694

Browse files
Adjust error level to warning when capturing exceptions while calling methods of the DB2 driver.
1 parent cf3e68e commit 671b694

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)