Skip to content

Commit ec97bf2

Browse files
authored
minor update in log message
1 parent 1af462c commit ec97bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class WindowSurfaceHolder {
9090
// Check for exceptions
9191
if (env->ExceptionCheck()) {
9292
RNSkLogger::logToConsole(
93-
"updateTexImage() failed. The exception above can safely be ignored");
93+
"updateAndRelease() failed. The exception above can safely be ignored");
9494
env->ExceptionClear();
9595
}
9696
}
@@ -162,4 +162,4 @@ class SkiaOpenGLSurfaceFactory {
162162
}
163163
};
164164

165-
} // namespace RNSkia
165+
} // namespace RNSkia

0 commit comments

Comments
 (0)