Skip to content

Commit ad9dbb1

Browse files
committed
log return values
1 parent b085980 commit ad9dbb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LibDmd/Converter/Serum/Serum.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public override void Convert(DmdFrame frame)
149149
}
150150

151151
var rotation = Serum_Colorize(frame.Data);
152+
Logger.Info($"[serum] Colorize returned 0x{rotation:X8}.");
152153

153154
ReadSerumFrame();
154155
_api.Convert(ref _serumFrame);
@@ -189,7 +190,7 @@ private void StartRotating(int intervalMs)
189190
Logger.Info($"[serum] First Rotation in {rotationIntervalMs} ms.");
190191
}
191192

192-
private void ContinueRotating(int intervalMs = 1)
193+
private void ContinueRotating(int intervalMs)
193194
{
194195
if (_rotator == null) {
195196
return;

0 commit comments

Comments
 (0)