mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
write logging fixie
This commit is contained in:
@@ -527,7 +527,7 @@ public class DhfsFileServiceImpl implements DhfsFileService {
|
||||
sb.append(" ");
|
||||
sb.append(data.length);
|
||||
sb.append(" ");
|
||||
sb.append(data);
|
||||
sb.append(Arrays.toString(data));
|
||||
Log.info(sb.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user