Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
0663f30b
Kaydet (Commit)
0663f30b
authored
Eki 18, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Success is no reason to be scared
Change-Id: If7ad24bf1f7442e86d424188bd78f332b1a351ff
üst
6c646312
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
OpenGLHelper.cxx
vcl/source/opengl/OpenGLHelper.cxx
+3
-3
No files found.
vcl/source/opengl/OpenGLHelper.cxx
Dosyayı görüntüle @
0663f30b
...
...
@@ -262,7 +262,7 @@ namespace
// to the already saved binary, since they have the same hash value
if
(
eStatus
==
osl
::
FileBase
::
E_EXIST
)
{
SAL_
WARN
(
"vcl.opengl"
,
SAL_
INFO
(
"vcl.opengl"
,
"No binary program saved. A file with the same hash already exists: '"
<<
rBinaryFileName
<<
"'"
);
return
true
;
}
...
...
@@ -289,7 +289,7 @@ namespace
sal_uInt64
nBytesRead
=
0
;
aFile
.
read
(
rBinary
.
data
(),
nSize
,
nBytesRead
);
assert
(
nSize
==
nBytesRead
);
SAL_
WARN
(
"vcl.opengl"
,
"Loading file: '"
<<
rBinaryFileName
<<
"': success"
);
SAL_
INFO
(
"vcl.opengl"
,
"Loading file: '"
<<
rBinaryFileName
<<
"': success"
);
return
true
;
}
else
...
...
@@ -363,7 +363,7 @@ namespace
if
(
!
writeProgramBinary
(
rBinaryFileName
,
aBinary
)
)
SAL_WARN
(
"vcl.opengl"
,
"Writing binary file '"
<<
rBinaryFileName
<<
"': FAIL"
);
else
SAL_
WARN
(
"vcl.opengl"
,
"Writing binary file '"
<<
rBinaryFileName
<<
"': success"
);
SAL_
INFO
(
"vcl.opengl"
,
"Writing binary file '"
<<
rBinaryFileName
<<
"': success"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment