Skip to content

Commit bf1ce50

Browse files
committed
Replace logger with SLF4J in CellposeDetectorDescriptor
1 parent 97ae51f commit bf1ce50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mastodon/tracking/mamut/trackmate/wizard/descriptors/cellpose/CellposeDetectorDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ protected void getSettingsAndUpdateConfigPanel()
171171
}
172172
catch (IllegalArgumentException e)
173173
{
174-
logger.debug( "Could not set GPU ID to "+gpuIdValue+". Defaulting to no GPU. Error message: " + e.getMessage() );
174+
slf4Logger.debug( "Could not set GPU ID to "+gpuIdValue+". Defaulting to no GPU. Error message: " + e.getMessage() );
175175
}
176176

177177
final Object gpuMemFractionObject =

0 commit comments

Comments
 (0)